Searched refs:opr (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | bedbug.c | 237 struct operand *opr; in print_operands() local 251 opr = &operands[ctx->op->fields[field] - 1]; in print_operands() 253 if (opr->hint & OH_SILENT) { in print_operands() 262 operand = (ctx->instr >> opr->shift) & ((1 << opr->bits) - 1); in print_operands() 264 if (opr->hint & OH_ADDR) { in print_operands() 265 if ((operand & (1 << (opr->bits - 1))) != 0) { in print_operands() 266 operand = operand - (1 << opr->bits); in print_operands() 294 else if (opr->hint & OH_REG) { in print_operands() 296 (opr->field == O_rA) && (ctx->op->hint & H_RA0_IS_0)) { in print_operands() 308 else if (opr->hint & OH_SPR) { in print_operands() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/staging/sm750fb/ |
| H A D | sm750_cursor.c | 89 u8 color, mask, opr; in sm750_hw_cursor_setData() local 114 opr = mask ^ color; in sm750_hw_cursor_setData() 116 opr = mask & color; in sm750_hw_cursor_setData() 119 data |= ((opr & (0x80 >> j)) ? 2 : 1) << (j * 2); in sm750_hw_cursor_setData()
|
| /OK3568_Linux_fs/kernel/arch/nds32/include/asm/ |
| H A D | assembler.h | 32 #define USER(insn, reg, addr, opr) \ argument 33 9999: insn reg, addr, opr; \
|
| /OK3568_Linux_fs/kernel/drivers/spi/ |
| H A D | spi-fsl-qspi.c | 169 #define LUT_DEF(idx, ins, pad, opr) \ argument 170 ((((ins) << 10) | ((pad) << 8) | (opr)) << (((idx) % 2) * 16))
|
| H A D | spi-nxp-fspi.c | 306 #define LUT_DEF(idx, ins, pad, opr) \ argument 308 (opr)) << (((idx) % 2) * OPRND_SHIFT))
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | gfortran.info | 6993 'void _gfortran_caf_co_reduce (gfc_descriptor_t *a, void * (*opr)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | gfortran.info | 6993 'void _gfortran_caf_co_reduce (gfc_descriptor_t *a, void * (*opr)
|