Home
last modified time | relevance | path

Searched refs:FNMSUB_S (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVInstrInfoF.td126 def FNMSUB_S : FPFMAS_rrr_frm<OPC_NMSUB, "fnmsub.s">,
128 def : FPFMASDynFrmAlias<FNMSUB_S, "fnmsub.s">;
328 (FNMSUB_S FPR32:$rs1, FPR32:$rs2, FPR32:$rs3, 0b111)>;
/third_party/node/deps/v8/src/codegen/loong64/
Dconstants-loong64.h303 FNMSUB_S = 0x8dU << 20, enumerator
1039 case FNMSUB_S: in InstructionType()
Dassembler-loong64.cc1741 GenRegister(FNMSUB_S, fa, fk, fj, fd); in fnmsub_s()
/third_party/node/deps/v8/src/diagnostics/loong64/
Ddisasm-loong64.cc825 case FNMSUB_S: in DecodeTypekOp12()
/third_party/node/deps/v8/src/execution/loong64/
Dsimulator-loong64.cc3049 case FNMSUB_S: in DecodeTypeOp12()