Searched refs:get_operand_value (Results 1 – 1 of 1) sorted by relevance
/external/u-boot/common/ |
D | bedbug.c | 27 int get_operand_value __P ((struct opcode *, unsigned long, 374 int get_operand_value (struct opcode *op, unsigned long instr, in get_operand_value() function 673 if (get_operand_value(ctx->op, ctx->instr, O_BO, &bo) == false) in handle_bc() 676 if (get_operand_value(ctx->op, ctx->instr, O_BI, &bi) == false) in handle_bc() 1099 if (!get_operand_value (op, instr, O_BD, &addr) || in find_next_address() 1100 !get_operand_value (op, instr, O_BO, &bo) || in find_next_address() 1101 !get_operand_value (op, instr, O_BI, &bi) || in find_next_address() 1102 !get_operand_value (op, instr, O_AA, &aa) || in find_next_address() 1103 !get_operand_value (op, instr, O_LK, &lk)) in find_next_address() 1117 if (!get_operand_value (op, instr, O_LI, &addr) || in find_next_address() [all …]
|