Lines Matching refs:get_operand_value
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()
1118 !get_operand_value (op, instr, O_AA, &aa) || in find_next_address()
1119 !get_operand_value (op, instr, O_LK, &lk)) in find_next_address()
1131 if (!get_operand_value (op, instr, O_BO, &bo) || in find_next_address()
1132 !get_operand_value (op, instr, O_BI, &bi) || in find_next_address()
1133 !get_operand_value (op, instr, O_LK, &lk)) in find_next_address()
1144 if (!get_operand_value (op, instr, O_BO, &bo) || in find_next_address()
1145 !get_operand_value (op, instr, O_BI, &bi) || in find_next_address()
1146 !get_operand_value (op, instr, O_LK, &lk)) in find_next_address()