Home
last modified time | relevance | path

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

/external/u-boot/include/bedbug/
Dppc.h42 #define OH_SPR 0x08 /* this operand is an SPR */ macro
Dtables.h49 { O_spr, "O_spr", 10, 11, OH_SPR }, /* 11-20 */
/external/u-boot/common/
Dbedbug.c308 else if (opr->hint & OH_SPR) { in print_operands()
898 else if (oper->hint & OH_SPR) { in parse_operand()