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/ |
D | RISCVInstrInfoF.td | 126 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/ |
D | constants-loong64.h | 303 FNMSUB_S = 0x8dU << 20, enumerator 1039 case FNMSUB_S: in InstructionType()
|
D | assembler-loong64.cc | 1741 GenRegister(FNMSUB_S, fa, fk, fj, fd); in fnmsub_s()
|
/third_party/node/deps/v8/src/diagnostics/loong64/ |
D | disasm-loong64.cc | 825 case FNMSUB_S: in DecodeTypekOp12()
|
/third_party/node/deps/v8/src/execution/loong64/ |
D | simulator-loong64.cc | 3049 case FNMSUB_S: in DecodeTypeOp12()
|