Home
last modified time | relevance | path

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

/openbmc/u-boot/include/bedbug/
H A Dppc.h40 #define OH_ADDR 0x02 /* this operand is an address */ macro
H A Dtables.h18 { O_BD, "O_BD", 14, 2, OH_ADDR }, /* 16-29 */
30 { O_LI, "O_LI", 24, 2, OH_ADDR }, /* 6-29 */
/openbmc/u-boot/common/
H A Dbedbug.c264 if (opr->hint & OH_ADDR) { in print_operands()
866 if (oper->hint & OH_ADDR) { in parse_operand()