Home
last modified time | relevance | path

Searched refs:get_operand_value (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/common/
H A Dbedbug.c1100 !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()
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()
1145 !get_operand_value (op, instr, O_BI, &bi) || in find_next_address()
[all …]