Searched refs:FSUB_D (Results 1 – 15 of 15) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
D | RISCVInstrInfoD.td | 101 def FSUB_D : FPALUD_rr_frm<0b0000101, "fsub.d">; 102 def : FPALUDDynFrmAlias<FSUB_D, "fsub.d">; 246 def : PatFpr64Fpr64DynFrm<fsub, FSUB_D>;
|
/third_party/node/deps/v8/src/codegen/loong64/ |
D | constants-loong64.h | 379 FSUB_D = 0x206U << 15, enumerator 1114 case FSUB_D: in InstructionType()
|
D | assembler-loong64.cc | 1690 GenRegister(FSUB_D, fk, fj, fd); in fsub_d()
|
/third_party/node/deps/v8/src/diagnostics/loong64/ |
D | disasm-loong64.cc | 1150 case FSUB_D: in DecodeTypekOp17()
|
/third_party/mesa3d/src/mesa/x86/ |
D | assyntax.h | 781 #define FSUB_D(a) CHOICE(fsubl a, fsubl a, fsubd a) macro 1494 #define FSUB_D(a) fsub D_(a) macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/Mips/ |
D | MipsGenMCCodeEmitter.inc | 1618 UINT64_C(2019557403), // FSUB_D 8697 case Mips::FSUB_D: 11080 CEFBS_HasStdEnc_HasMSA, // FSUB_D = 1605
|
D | MipsGenAsmWriter.inc | 2846 268454183U, // FSUB_D 5600 0U, // FSUB_D
|
D | MipsGenFastISel.inc | 1673 return fastEmitInst_rr(Mips::FSUB_D, &Mips::MSA128DRegClass, Op0, Op0IsKill, Op1, Op1IsKill);
|
D | MipsGenInstrInfo.inc | 1620 FSUB_D = 1605, 6466 …5, 3, 1, 4, 656, 0, 0x6ULL, nullptr, nullptr, OperandInfo39, -1 ,nullptr }, // Inst #1605 = FSUB_D
|
D | MipsGenDisassemblerTables.inc | 5186 /* 11824 */ MCD::OPC_Decode, 197, 12, 128, 2, // Opcode: FSUB_D
|
D | MipsGenAsmMatcher.inc | 6675 …{ 4785 /* fsub.d */, Mips::FSUB_D, Convert__MSA128AsmReg1_0__MSA128AsmReg1_1__MSA128AsmReg1_2, AMF…
|
D | MipsGenGlobalISel.inc | 22064 …4] } MSA128DOpnd:{ *:[v2f64] }:$ws, MSA128DOpnd:{ *:[v2f64] }:$wt) => (FSUB_D:{ *:[v2f64] } MSA1… 22065 GIR_MutateOpcode, /*InsnID*/0, /*RecycleInsnID*/0, /*Opcode*/Mips::FSUB_D,
|
D | MipsGenDAGISel.inc | 27093 /* 51254*/ OPC_MorphNodeTo1, TARGET_VAL(Mips::FSUB_D), 0, 27096 … // Dst: (FSUB_D:{ *:[v2f64] } MSA128DOpnd:{ *:[v2f64] }:$ws, MSA128DOpnd:{ *:[v2f64] }:$wt)
|
/third_party/node/deps/v8/src/execution/loong64/ |
D | simulator-loong64.cc | 3779 case FSUB_D: { in DecodeTypeOp17()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsMSAInstrInfo.td | 3138 def FSUB_D : FSUB_D_ENC, FSUB_D_DESC;
|