Searched refs:operand (Results 1 – 6 of 6) sorted by relevance
| /rk3399_rockchip-uboot/common/ |
| H A D | bedbug.c | 36 struct operand *, char *, int *)); 236 unsigned long operand; in print_operands() local 237 struct operand *opr; in print_operands() 262 operand = (ctx->instr >> opr->shift) & ((1 << opr->bits) - 1); in print_operands() 265 if ((operand & (1 << (opr->bits - 1))) != 0) { in print_operands() 266 operand = operand - (1 << opr->bits); in print_operands() 270 operand = (operand << 2) + (unsigned long) ctx->virtual; in print_operands() 272 operand = (operand << 2); in print_operands() 275 sprintf (&ctx->data[ctx->datalen], "0x%lx", operand); in print_operands() 281 symbol_name_from_addr (operand, 0, &offset)) != 0)) { in print_operands() [all …]
|
| /rk3399_rockchip-uboot/fs/ext4/ |
| H A D | ext4_common.c | 242 int operand, status; in _get_new_inode_no() local 259 operand = 1 << i; in _get_new_inode_no() 260 status = input & operand; in _get_new_inode_no() 265 *ptr |= operand; in _get_new_inode_no() 277 int operand; in _get_new_blk_no() local 294 operand = 1 << i; in _get_new_blk_no() 295 if (*ptr & operand) { in _get_new_blk_no() 298 *ptr |= operand; in _get_new_blk_no() 310 unsigned char operand; in ext4fs_set_block_bmap() local 318 operand = 1 << remainder; in ext4fs_set_block_bmap() [all …]
|
| /rk3399_rockchip-uboot/include/bedbug/ |
| H A D | ppc.h | 18 struct operand { struct 387 extern struct operand operands[];
|
| H A D | tables.h | 14 struct operand operands[] = {
|
| /rk3399_rockchip-uboot/drivers/video/ |
| H A D | ipu_disp.c | 261 static void ipu_dc_write_tmpl(int word, u32 opcode, u32 operand, int map, in ipu_dc_write_tmpl() argument 271 reg |= (operand << 20) & 0xFFF00000; in ipu_dc_write_tmpl() 274 reg = (operand >> 12); in ipu_dc_write_tmpl()
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.POST | 469 different sets of operand registers and result registers. For
|