Home
last modified time | relevance | path

Searched refs:FCVT_S_D (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVInstrInfoD.td120 def FCVT_S_D : FPUnaryOp_r_frm<0b0100000, FPR32, FPR64, "fcvt.s.d">,
124 def : FPUnaryOpDynFrmAlias<FCVT_S_D, "fcvt.s.d", FPR32, FPR64>;
237 def : Pat<(fpround FPR64:$rs1), (FCVT_S_D FPR64:$rs1, 0b111)>;
258 def : Pat<(fcopysign FPR32:$rs1, FPR64:$rs2), (FSGNJ_S $rs1, (FCVT_S_D $rs2,
/third_party/node/deps/v8/src/codegen/loong64/
Dconstants-loong64.h501 FCVT_S_D = 0x4646U << 10, enumerator
1226 case FCVT_S_D: in InstructionType()
Dassembler-loong64.cc1864 GenRegister(FCVT_S_D, fj, fd); in fcvt_s_d()
/third_party/node/deps/v8/src/diagnostics/loong64/
Ddisasm-loong64.cc1464 case FCVT_S_D: in DecodeTypekOp22()
/third_party/pcre2/pcre2/src/sljit/
DsljitNativeRISCV_common.c102 #define FCVT_S_D (F7(0x20) | OPC(0x53)) macro
2156 …FAIL_IF(push_inst(compiler, FCVT_S_D | ((op & SLJIT_32) ? (1 << 25) : ((1 << 20) | F3(7))) | FRD(d… in sljit_emit_fop1()
/third_party/node/deps/v8/src/execution/loong64/
Dsimulator-loong64.cc4678 case FCVT_S_D: in DecodeTypeOp22()