Home
last modified time | relevance | path

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

/external/u-boot/include/bedbug/
Dtables.h36 { O_rA, "O_rA", 5, 16, OH_REG }, /* 11-15 */
37 { O_rB, "O_rB", 5, 11, OH_REG }, /* 16-20 */
39 { O_rD, "O_rD", 5, 21, OH_REG }, /* 6-10 */
40 { O_rS, "O_rS", 5, 21, OH_REG }, /* 6-10 */
Dppc.h41 #define OH_REG 0x04 /* this operand is a register */ macro
/external/u-boot/common/
Dbedbug.c294 else if (opr->hint & OH_REG) { in print_operands()
882 else if (oper->hint & OH_REG) { in parse_operand()