Searched refs:H_RELATIVE (Results 1 – 3 of 3) sorted by relevance
/external/u-boot/common/ |
D | bedbug.c | 269 if (ctx->op->hint & H_RELATIVE) in print_operands() 661 0, "blt", H_RELATIVE in handle_bc() 665 0, "bne", H_RELATIVE in handle_bc() 668 0, "bdnz", H_RELATIVE in handle_bc() 869 if (opc->hint & H_RELATIVE) in parse_operand()
|
/external/u-boot/include/bedbug/ |
D | tables.h | 86 handle_bc, "bc", H_RELATIVE }, 88 0, "bcl", H_RELATIVE }, 96 0, "b", H_RELATIVE }, 98 0, "bl", H_RELATIVE },
|
D | ppc.h | 331 #define H_RELATIVE 0x1 /* The address operand is relative */ macro
|