/external/pcre/src/sljit/ |
D | sljitNativePPC_32.c | 153 return push_inst(compiler, SUBF | D(dst) | A(src2) | B(src1)); in emit_single_op() 166 return push_inst(compiler, SUBF | D(dst) | A(src2) | B(src1)); in emit_single_op() 172 …return push_inst(compiler, SUBF | OE(ALT_SET_FLAGS) | RC(ALT_SET_FLAGS) | D(dst) | A(src2) | B(src… in emit_single_op() 184 return push_inst(compiler, SUBF | D(dst) | A(src2) | B(src1)); in emit_single_op() 191 return push_inst(compiler, SUBF | RC(ALT_SET_FLAGS) | D(dst) | A(src2) | B(src1)); in emit_single_op()
|
D | sljitNativePPC_64.c | 285 return push_inst(compiler, SUBF | D(dst) | A(src2) | B(src1)); in emit_single_op() 298 return push_inst(compiler, SUBF | D(dst) | A(src2) | B(src1)); in emit_single_op() 315 …FAIL_IF(push_inst(compiler, SUBF | OE(ALT_SET_FLAGS) | RC(ALT_SET_FLAGS) | D(dst) | A(src2) | B(sr… in emit_single_op() 332 return push_inst(compiler, SUBF | D(dst) | A(src2) | B(src1)); in emit_single_op() 340 return push_inst(compiler, SUBF | RC(ALT_SET_FLAGS) | D(dst) | A(src2) | B(src1)); in emit_single_op()
|
D | sljitNativePPC_common.c | 229 #define SUBF (HI(31) | LO(40)) macro 1299 return push_inst(compiler, SUBF | D(SLJIT_R1) | A(SLJIT_R1) | B(TMP_REG1)); in sljit_emit_op0()
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/ |
D | functional-control-flow-to-cfg.mlir | 183 // CHECK: [[SUBF:%.+]] = arith.subf %arg0, %arg1 : tensor<*xf32> 184 // CHECK: return [[SUBF]] : tensor<*xf32>
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | P9InstrResources.td | 132 (instregex "SUBF(I)?C(8)?(O)?$"), 138 (instregex "SUBF(E|ME|ZE)?(8)?(O)?(_rec)?$"),
|
D | PPCFastISel.cpp | 1296 Opc = IsGPRC ? PPC::SUBF : PPC::SUBF8; in SelectBinaryIntOp() 1327 case PPC::SUBF: in SelectBinaryIntOp()
|
D | PPCFrameLowering.cpp | 1135 BuildMI(MBB, MBBI, dl, TII.get(PPC::SUBF), ScratchReg) in emitPrologue()
|
D | PPCInstrInfo.cpp | 1800 (IOpC == PPC::SUBF || IOpC == PPC::SUBF8) && in optimizeCompareInstr()
|
D | PPCISelLowering.cpp | 11406 BB = EmitPartwordAtomicBinary(MI, BB, true, PPC::SUBF); in EmitInstrWithCustomInserter() 11408 BB = EmitPartwordAtomicBinary(MI, BB, false, PPC::SUBF); in EmitInstrWithCustomInserter() 11410 BB = EmitAtomicBinary(MI, BB, 4, PPC::SUBF); in EmitInstrWithCustomInserter()
|
D | PPCInstrInfo.td | 2901 defm SUBF : XOForm_1rx<31, 40, 0, (outs gprc:$rT), (ins gprc:$rA, gprc:$rB),
|
/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/capstone/arch/M680X/ |
D | insn_props.inc | 326 { NOG, mrrr, M680X_REG_F, NOR, true, false }, // SUBF
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/PowerPC/ |
D | PPCGenMCCodeEmitter.inc | 1652 UINT64_C(2080374864), // SUBF 5042 case PPC::SUBF: 8062 CEFBS_None, // SUBF = 1639
|
D | PPCGenInstrInfo.inc | 1654 SUBF = 1639, 4623 …639, 3, 1, 4, 115, 0, 0x8ULL, nullptr, nullptr, OperandInfo55, -1 ,nullptr }, // Inst #1639 = SUBF 12743 { PPC::SUBF_rec, PPC::SUBF }, 12925 { PPC::SUBF, PPC::SUBF_rec },
|
D | PPCGenAsmWriter.inc | 3307 20609U, // SUBF 5598 38U, // SUBF
|
D | PPCGenDisassemblerTables.inc | 1220 /* 5526 */ MCD::OPC_Decode, 231, 12, 64, // Opcode: SUBF
|
D | PPCGenAsmMatcher.inc | 6387 …{ 9803 /* subf */, PPC::SUBF, Convert__RegGPRC1_0__RegGPRC1_1__RegGPRC1_2, AMFBS_None, { MCK_RegGP…
|
D | PPCGenDAGISel.inc | 24404 /* 59163*/ OPC_MorphNodeTo1, TARGET_VAL(PPC::SUBF), 0, 24407 // Dst: (SUBF:{ *:[i32] } i32:{ *:[i32] }:$rA, i32:{ *:[i32] }:$rB)
|
/external/capstone/arch/PowerPC/ |
D | PPCGenAsmWriter.inc | 1123 19559U, // SUBF 2645 0U, // SUBF
|
D | PPCGenDisassemblerTables.inc | 853 /* 3445 */ MCD_OPC_Decode, 207, 8, 42, // Opcode: SUBF
|