Searched refs:FSUBS (Results 1 – 16 of 16) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86IntrinsicsInfo.h | 783 X86ISD::FSUBS, X86ISD::FSUBS_RND), 785 X86ISD::FSUBS, X86ISD::FSUBS_RND),
|
D | X86ISelLowering.h | 208 FSUB_RND, FSUBS, FSUBS_RND, enumerator
|
D | X86InstrFragmentsSIMD.td | 508 def X86fsubs : SDNode<"X86ISD::FSUBS", SDTFPBinOp>;
|
D | X86ISelLowering.cpp | 29870 case X86ISD::FSUBS: return "X86ISD::FSUBS"; in getTargetNodeName()
|
/third_party/pcre2/pcre2/src/sljit/ |
D | sljitNativePPC_common.c | 183 #define FSUBS (HI(59) | LO(20)) macro 2148 FAIL_IF(push_inst(compiler, SELECT_FOP(op, FSUBS, FSUB) | FD(dst_r) | FA(src1) | FB(src2))); in sljit_emit_fop2()
|
/third_party/node/deps/v8/src/codegen/ppc/ |
D | constants-ppc.h | 1955 V(fsubs, FSUBS, 0xEC000028) \
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/PowerPC/ |
D | PPCGenMCCodeEmitter.inc | 999 UINT64_C(3959423016), // FSUBS 3408 case PPC::FSUBS: 7409 CEFBS_None, // FSUBS = 986
|
D | PPCGenFastISel.inc | 2262 return fastEmitInst_rr(PPC::FSUBS, &PPC::F4RCRegClass, Op0, Op0IsKill, Op1, Op1IsKill);
|
D | PPCGenInstrInfo.inc | 1001 FSUBS = 986, 3970 …, 4, 148, 0, 0x18ULL, ImplicitList18, nullptr, OperandInfo111, -1 ,nullptr }, // Inst #986 = FSUBS 12679 { PPC::FSUBS_rec, PPC::FSUBS }, 12881 { PPC::FSUBS, PPC::FSUBS_rec },
|
D | PPCGenAsmWriter.inc | 2654 25495U, // FSUBS 4945 38U, // FSUBS
|
D | PPCGenDisassemblerTables.inc | 2396 /* 11168 */ MCD::OPC_Decode, 218, 7, 126, // Opcode: FSUBS
|
D | PPCGenAsmMatcher.inc | 5724 …{ 6132 /* fsubs */, PPC::FSUBS, Convert__RegF4RC1_0__RegF4RC1_1__RegF4RC1_2, AMFBS_None, { MCK_Reg…
|
D | PPCGenDAGISel.inc | 38482 /* 97523*/ OPC_MorphNodeTo1, TARGET_VAL(PPC::FSUBS), 0, 38485 // Dst: (FSUBS:{ *:[f32] } f32:{ *:[f32] }:$FRA, f32:{ *:[f32] }:$FRB)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/ |
D | SparcInstrInfo.td | 1225 def FSUBS : F3_3<2, 0b110100, 0b001000101,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.td | 3026 defm FSUBS : AForm_2r<59, 20,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/ |
D | X86GenFastISel.inc | 12129 // FastEmit functions for X86ISD::FSUBS. 15175 case X86ISD::FSUBS: return fastEmit_X86ISD_FSUBS_rr(VT, RetVT, Op0, Op0IsKill, Op1, Op1IsKill);
|