Home
last modified time | relevance | path

Searched refs:TRUNC_W_S (Results 1 - 13 of 13) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/riscv64/
H A Dinstruction-scheduler-riscv64.cc498 TRUNC_W_S = 4, enumerator
1395 return Latency::TRUNC_W_S + Latency::MOVF_FREG + 2 + MovnLatency(); in GetInstructionLatency()
1409 2 * Latency::TRUNC_W_S + Latency::SUB_S + OrLatency() + in GetInstructionLatency()
/third_party/node/deps/v8/src/compiler/backend/mips/
H A Dinstruction-scheduler-mips.cc468 TRUNC_W_S = 4, enumerator
841 Latency::TRUNC_W_S + Latency::MFC1 + OrLatency(false) + in Trunc_uw_sLatency()
842 Latency::TRUNC_W_S + Latency::MFC1; in Trunc_uw_sLatency()
1603 return Latency::TRUNC_W_S + Latency::MFC1 + AdduLatency(false) + in GetInstructionLatency()
/third_party/node/deps/v8/src/compiler/backend/mips64/
H A Dinstruction-scheduler-mips64.cc497 TRUNC_W_S = 4, enumerator
1591 return Latency::TRUNC_W_S + Latency::MFC1 + 2 + MovnLatency(); in GetInstructionLatency()
1604 2 * Latency::TRUNC_W_S + Latency::SUB_S + OrLatency() + in GetInstructionLatency()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMipsInstructionSelector.cpp548 Opcode = Mips::TRUNC_W_S; in select()
H A DMipsFastISel.cpp1129 unsigned Opc = (SrcVT == MVT::f32) ? Mips::TRUNC_W_S : Mips::TRUNC_W_D32; in selectFPToInt()
/third_party/node/deps/v8/src/codegen/mips64/
H A Dconstants-mips64.h669 TRUNC_W_S = ((1U << 3) + 5),
H A Dassembler-mips64.cc2941 GenInstrRegister(COP1, S, f0, fs, fd, TRUNC_W_S); in trunc_w_s()
/third_party/node/deps/v8/src/codegen/mips/
H A Dconstants-mips.h623 TRUNC_W_S = ((1U << 3) + 5),
H A Dassembler-mips.cc2671 GenInstrRegister(COP1, S, f0, fs, fd, TRUNC_W_S); in trunc_w_s()
/third_party/pcre2/pcre2/src/sljit/
H A DsljitNativeMIPS_common.c281 #define TRUNC_W_S (HI(17) | FMT_S | LO(13)) macro
2564 FAIL_IF(push_inst(compiler, (TRUNC_W_S ^ (flags >> 19)) | FMT(op) | FS(src) | FD(TMP_FREG1), MOVABLE_INS)); in sljit_emit_fop1_conv_sw_from_f64()
/third_party/node/deps/v8/src/execution/mips64/
H A Dsimulator-mips64.cc2914 case TRUNC_W_S: { // Truncate single to word (round towards 0). in DecodeTypeRegisterSRsType()
3057 // TRUNC_W_S ROUND_W_S ROUND_L_S FLOOR_W_S FLOOR_L_S in DecodeTypeRegisterSRsType()
/third_party/node/deps/v8/src/execution/mips/
H A Dsimulator-mips.cc3420 case TRUNC_W_S: { // Truncate single to word (round towards 0). in DecodeTypeRegisterSRsType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp4338 : Mips::TRUNC_W_S, in expandTrunc()

Completed in 59 milliseconds