Searched refs:SUBF (Results 1 – 17 of 17) sorted by relevance
/external/pcre/dist2/src/sljit/ |
D | sljitNativePPC_32.c | 142 return push_inst(compiler, SUBF | D(dst) | A(src2) | B(src1)); in emit_single_op() 147 …return push_inst(compiler, SUBF | OE(ALT_SET_FLAGS) | RC(ALT_SET_FLAGS) | D(dst) | A(src2) | B(src… in emit_single_op() 165 return push_inst(compiler, SUBF | D(dst) | A(src2) | B(src1)); in emit_single_op() 168 return push_inst(compiler, SUBF | RC(flags) | D(dst) | A(src2) | B(src1)); in emit_single_op()
|
D | sljitNativePPC_64.c | 280 return push_inst(compiler, SUBF | D(dst) | A(src2) | B(src1)); in emit_single_op() 291 …FAIL_IF(push_inst(compiler, SUBF | OE(ALT_SET_FLAGS) | RC(ALT_SET_FLAGS) | D(dst) | A(src2) | B(sr… in emit_single_op() 312 return push_inst(compiler, SUBF | D(dst) | A(src2) | B(src1)); in emit_single_op() 316 return push_inst(compiler, SUBF | RC(flags) | D(dst) | A(src2) | B(src1)); in emit_single_op()
|
D | sljitNativePPC_common.c | 222 #define SUBF (HI(31) | LO(40)) macro 1066 return push_inst(compiler, SUBF | D(SLJIT_R1) | A(SLJIT_R1) | B(TMP_REG1)); in sljit_emit_op0()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCFastISel.cpp | 1199 Opc = IsGPRC ? PPC::SUBF : PPC::SUBF8; in SelectBinaryIntOp() 1230 case PPC::SUBF: in SelectBinaryIntOp()
|
D | PPCInstrInfo.cpp | 1670 (IOpC == PPC::SUBF || IOpC == PPC::SUBF8) && in optimizeCompareInstr()
|
D | PPCISelLowering.cpp | 9115 BB = EmitPartwordAtomicBinary(MI, BB, true, PPC::SUBF); in EmitInstrWithCustomInserter() 9117 BB = EmitPartwordAtomicBinary(MI, BB, false, PPC::SUBF); in EmitInstrWithCustomInserter() 9119 BB = EmitAtomicBinary(MI, BB, 4, PPC::SUBF); in EmitInstrWithCustomInserter()
|
D | PPCInstrInfo.td | 2492 defm SUBF : XOForm_1r<31, 40, 0, (outs gprc:$rT), (ins gprc:$rA, gprc:$rB),
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | P9InstrResources.td | 133 (instregex "SUBF(I)?C(8)?$"), 139 (instregex "SUBF(E|ME|ZE)?(8)?(o)?$"),
|
D | PPCFastISel.cpp | 1286 Opc = IsGPRC ? PPC::SUBF : PPC::SUBF8; in SelectBinaryIntOp() 1317 case PPC::SUBF: in SelectBinaryIntOp()
|
D | PPCFrameLowering.cpp | 1008 BuildMI(MBB, MBBI, dl, TII.get(PPC::SUBF), ScratchReg) in emitPrologue()
|
D | PPCInstrInfo.cpp | 1802 (IOpC == PPC::SUBF || IOpC == PPC::SUBF8) && in optimizeCompareInstr()
|
D | PPCISelLowering.cpp | 10447 BB = EmitPartwordAtomicBinary(MI, BB, true, PPC::SUBF); in EmitInstrWithCustomInserter() 10449 BB = EmitPartwordAtomicBinary(MI, BB, false, PPC::SUBF); in EmitInstrWithCustomInserter() 10451 BB = EmitAtomicBinary(MI, BB, 4, PPC::SUBF); in EmitInstrWithCustomInserter()
|
D | PPCInstrInfo.td | 2772 defm SUBF : XOForm_1r<31, 40, 0, (outs gprc:$rT), (ins gprc:$rA, gprc:$rB),
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 4956 BB = EmitPartwordAtomicBinary(MI, BB, true, PPC::SUBF); in EmitInstrWithCustomInserter() 4958 BB = EmitPartwordAtomicBinary(MI, BB, false, PPC::SUBF); in EmitInstrWithCustomInserter() 4960 BB = EmitAtomicBinary(MI, BB, false, PPC::SUBF); in EmitInstrWithCustomInserter()
|
D | PPCInstrInfo.td | 1186 def SUBF : XOForm_1<31, 40, 0, (outs GPRC:$rT), (ins GPRC:$rA, GPRC:$rB),
|
/external/capstone/arch/PowerPC/ |
D | PPCGenDisassemblerTables.inc | 773 /* 3107 */ MCD_OPC_Decode, 249, 6, 42, // Opcode: SUBF
|
D | PPCGenAsmWriter.inc | 909 19006U, // SUBF 2182 0U, // SUBF
|