Home
last modified time | relevance | path

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

/openbmc/u-boot/include/bedbug/
H A Dtables.h103 { XL_OPCODE(19,0,0), XL_MASK, {O_crfD, O_crfS},
105 { XL_OPCODE(19,16,0), XL_MASK, {O_BO, O_BI, O_LK, 0},
107 { XL_OPCODE(19,16,1), XL_MASK, {O_BO, O_BI, O_LK, 0},
109 { XL_OPCODE(19,33,0), XL_MASK, {O_crbD, O_crbA, O_crbB, 0},
111 { XL_OPCODE(19,50,0), XL_MASK, {0},
113 { XL_OPCODE(19,129,0), XL_MASK, {O_crbD, O_crbA, O_crbB, 0},
115 { XL_OPCODE(19,150,0), XL_MASK, {0},
117 { XL_OPCODE(19,193,0), XL_MASK, {O_crbD, O_crbA, O_crbB, 0},
119 { XL_OPCODE(19,225,0), XL_MASK, {O_crbD, O_crbA, O_crbB, 0},
129 { XL_OPCODE(19,528,0), XL_MASK, {O_BO, O_BI, O_LK, 0},
[all …]
H A Dppc.h187 #define XL_OPCODE(i,xo,lk) (MAKE_OPCODE(i) | (((xo) & 0x3ff) << 1) | \ macro
189 #define XL_MASK XL_OPCODE(0x3f,0x3ff,0x1)
/openbmc/u-boot/common/
H A Dbedbug.c1129 case XL_OPCODE (19, 528, 0): /* bcctr */ in find_next_address()
1130 case XL_OPCODE (19, 528, 1): /* bcctrl */ in find_next_address()
1142 case XL_OPCODE (19, 16, 0): /* bclr */ in find_next_address()
1143 case XL_OPCODE (19, 16, 1): /* bclrl */ in find_next_address()