Searched refs:BD15 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/xmon/ |
H A D | ppc-opc.c | 246 /* The BI32 field in a BD15 form instruction. */ 250 /* The BO32 field in a BD15 form instruction. */ 258 /* The B15 field in a BD15 form instruction. The lowest bit is 2365 /* A BD15 form instruction. */ 2366 #define BD15(op, aa, lk) (OP (op) | ((((unsigned long)(aa)) & 0xf) << 22) | ((lk) & 1)) 2367 #define BD15_MASK BD15 (0x3f, 0xf, 1) 2369 /* A BD15 form instruction for extended conditional branch mnemonics. */ 2373 /* A BD15 form instruction for extended conditional branch mnemonics with BI. */ 7144 {"e_bc", BD15(30,8,0), BD15_MASK, PPCVLE, 0, {BO32, BI32, B15}}, 7145 {"e_bcl", BD15(3 2363 #define BD15 global() macro [all...] |
/kernel/linux/linux-6.6/arch/powerpc/xmon/ |
H A D | ppc-opc.c | 246 /* The BI32 field in a BD15 form instruction. */ 250 /* The BO32 field in a BD15 form instruction. */ 258 /* The B15 field in a BD15 form instruction. The lowest bit is 2365 /* A BD15 form instruction. */ 2366 #define BD15(op, aa, lk) (OP (op) | ((((unsigned long)(aa)) & 0xf) << 22) | ((lk) & 1)) 2367 #define BD15_MASK BD15 (0x3f, 0xf, 1) 2369 /* A BD15 form instruction for extended conditional branch mnemonics. */ 2373 /* A BD15 form instruction for extended conditional branch mnemonics with BI. */ 7144 {"e_bc", BD15(30,8,0), BD15_MASK, PPCVLE, 0, {BO32, BI32, B15}}, 7145 {"e_bcl", BD15(3 2363 #define BD15 global() macro [all...] |
Completed in 20 milliseconds