Searched refs:TRUNC_W_S (Results 1 - 13 of 13) sorted by relevance
/third_party/node/deps/v8/src/compiler/backend/riscv64/ |
H A D | instruction-scheduler-riscv64.cc | 498 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 D | instruction-scheduler-mips.cc | 468 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 D | instruction-scheduler-mips64.cc | 497 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 D | MipsInstructionSelector.cpp | 548 Opcode = Mips::TRUNC_W_S; in select()
|
H A D | MipsFastISel.cpp | 1129 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 D | constants-mips64.h | 669 TRUNC_W_S = ((1U << 3) + 5),
|
H A D | assembler-mips64.cc | 2941 GenInstrRegister(COP1, S, f0, fs, fd, TRUNC_W_S); in trunc_w_s()
|
/third_party/node/deps/v8/src/codegen/mips/ |
H A D | constants-mips.h | 623 TRUNC_W_S = ((1U << 3) + 5),
|
H A D | assembler-mips.cc | 2671 GenInstrRegister(COP1, S, f0, fs, fd, TRUNC_W_S); in trunc_w_s()
|
/third_party/pcre2/pcre2/src/sljit/ |
H A D | sljitNativeMIPS_common.c | 281 #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 D | simulator-mips64.cc | 2914 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 D | simulator-mips.cc | 3420 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 D | MipsAsmParser.cpp | 4338 : Mips::TRUNC_W_S, in expandTrunc()
|
Completed in 59 milliseconds