Home
last modified time | relevance | path

Searched refs:PPC_RAW_ADDC (Results 1 – 2 of 2) sorted by relevance

/arch/powerpc/lib/
Dtest_emulate_step.c839 .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/
Dppc-opcode.h431 #define PPC_RAW_ADDC(t, a, b) (0x7c000014 | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b)) macro