Searched refs:SUBFC (Results 1 – 13 of 13) sorted by relevance
/external/pcre/dist2/src/sljit/ |
D | sljitNativePPC_32.c | 167 return push_inst(compiler, SUBFC | RC(ALT_SET_FLAGS) | D(dst) | A(src2) | B(src1)); in emit_single_op()
|
D | sljitNativePPC_64.c | 315 return push_inst(compiler, SUBFC | RC(ALT_SET_FLAGS) | D(dst) | A(src2) | B(src1)); in emit_single_op()
|
D | sljitNativePPC_common.c | 223 #define SUBFC (HI(31) | LO(8)) macro
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.cpp | 2642 case PPC::SUBFC: in instrHasImmForm() 2648 III.ImmOpcode = Opc == PPC::SUBFC ? PPC::SUBFIC : PPC::SUBFIC8; in instrHasImmForm()
|
D | PPCFrameLowering.cpp | 779 : PPC::SUBFC); in emitPrologue()
|
D | P9InstrResources.td | 1030 (instregex "SUBFC(8)?o$")
|
D | PPCInstrInfo.td | 2775 defm SUBFC : XOForm_1rc<31, 8, 0, (outs gprc:$rT), (ins gprc:$rA, gprc:$rB),
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCFrameLowering.cpp | 769 : PPC::SUBFC); in emitPrologue()
|
D | PPCInstrInfo.td | 2495 defm SUBFC : XOForm_1rc<31, 8, 0, (outs gprc:$rT), (ins gprc:$rA, gprc:$rB),
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | PPCInstrInfo.td | 1190 def SUBFC : XOForm_1<31, 8, 0, (outs GPRC:$rT), (ins GPRC:$rA, GPRC:$rB),
|
/external/capstone/arch/PowerPC/ |
D | PPCGenDisassemblerTables.inc | 763 /* 3068 */ MCD_OPC_Decode, 252, 6, 42, // Opcode: SUBFC
|
D | PPCGenAsmWriter.inc | 912 18578U, // SUBFC 2185 0U, // SUBFC
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/ |
D | convert-rr-to-ri-instrs.mir | 6198 %4 = SUBFC %7, %0, implicit-def $carry
|