Home
last modified time | relevance | path

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

/u-boot/include/bedbug/
A Dppc.h86 #define B_MASK B_OPCODE(0x3f,0x1,0x1) macro
A Dtables.h85 { B_OPCODE(16,0,0), B_MASK, {O_BO, O_BI, O_BD, O_AA, O_LK, 0},
87 { B_OPCODE(16,0,1), B_MASK, {O_BO, O_BI, O_BD, O_AA, O_LK, 0},
89 { B_OPCODE(16,1,0), B_MASK, {O_BO, O_BI, O_BD, O_AA, O_LK, 0},
91 { B_OPCODE(16,1,1), B_MASK, {O_BO, O_BI, O_BD, O_AA, O_LK, 0},
/u-boot/common/
A Dbedbug.c661 static struct opcode blt = { B_OPCODE (16, 0, 0), B_MASK, {O_BD, 0}, in handle_bc()
665 { B_OPCODE (16, 0, 0), B_MASK, {O_cr2, O_BD, 0}, in handle_bc()
668 static struct opcode bdnz = { B_OPCODE (16, 0, 0), B_MASK, {O_BD, 0}, in handle_bc()

Completed in 5 milliseconds