Searched refs:I_OPCODE (Results 1 – 3 of 3) sorted by relevance
/external/u-boot/include/bedbug/ |
D | ppc.h | 74 #define I_OPCODE(i,aa,lk) (MAKE_OPCODE(i) | (((aa) & 0x1) << 1) | ((lk) & 0x1)) macro 75 #define I_MASK I_OPCODE(0x3f,0x1,0x1)
|
D | tables.h | 95 { I_OPCODE(18,0,0), I_MASK, {O_LI, O_AA, O_LK, 0}, 97 { I_OPCODE(18,0,1), I_MASK, {O_LI, O_AA, O_LK, 0}, 99 { I_OPCODE(18,1,0), I_MASK, {O_LI, O_AA, O_LK, 0}, 101 { I_OPCODE(18,1,1), I_MASK, {O_LI, O_AA, O_LK, 0},
|
/external/u-boot/common/ |
D | bedbug.c | 1113 case I_OPCODE (18, 0, 0): /* b */ in find_next_address() 1114 case I_OPCODE (18, 0, 1): /* bl */ in find_next_address() 1115 case I_OPCODE (18, 1, 0): /* ba */ in find_next_address() 1116 case I_OPCODE (18, 1, 1): /* bla */ in find_next_address()
|