Searched refs:BD24 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/xmon/ |
H A D | ppc-opc.c | 263 /* The B24 field in a BD24 form instruction. The lowest bit is 2381 /* A BD24 form instruction. */ 2382 #define BD24(op, aa, lk) (OP (op) | ((((unsigned long)(aa)) & 1) << 25) | ((lk) & 1)) 2383 #define BD24_MASK BD24 (0x3f, 1, 1) 7114 {"e_b", BD24(30,0,0), BD24_MASK, PPCVLE, 0, {B24}}, 7115 {"e_bl", BD24(30,0,1), BD24_MASK, PPCVLE, 0, {B24}}, 2379 #define BD24 global() macro
|
/kernel/linux/linux-6.6/arch/powerpc/xmon/ |
H A D | ppc-opc.c | 263 /* The B24 field in a BD24 form instruction. The lowest bit is 2381 /* A BD24 form instruction. */ 2382 #define BD24(op, aa, lk) (OP (op) | ((((unsigned long)(aa)) & 1) << 25) | ((lk) & 1)) 2383 #define BD24_MASK BD24 (0x3f, 1, 1) 7114 {"e_b", BD24(30,0,0), BD24_MASK, PPCVLE, 0, {B24}}, 7115 {"e_bl", BD24(30,0,1), BD24_MASK, PPCVLE, 0, {B24}}, 2379 #define BD24 global() macro
|
Completed in 24 milliseconds