Searched refs:PPC_RAW_ADDC (Results 1 – 2 of 2) sorted by relevance
/arch/powerpc/lib/ |
D | test_emulate_step.c | 839 .instr = ppc_inst(PPC_RAW_ADDC(20, 21, 22)), 847 .instr = ppc_inst(PPC_RAW_ADDC(20, 21, 22)), 855 .instr = ppc_inst(PPC_RAW_ADDC(20, 21, 22)), 863 .instr = ppc_inst(PPC_RAW_ADDC(20, 21, 22)), 871 .instr = ppc_inst(PPC_RAW_ADDC(20, 21, 22)), 879 .instr = ppc_inst(PPC_RAW_ADDC(20, 21, 22)), 887 .instr = ppc_inst(PPC_RAW_ADDC(20, 21, 22)), 895 .instr = ppc_inst(PPC_RAW_ADDC(20, 21, 22)), 903 .instr = ppc_inst(PPC_RAW_ADDC(20, 21, 22)), 911 .instr = ppc_inst(PPC_RAW_ADDC(20, 21, 22)), [all …]
|
/arch/powerpc/include/asm/ |
D | ppc-opcode.h | 431 #define PPC_RAW_ADDC(t, a, b) (0x7c000014 | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b)) macro
|