Home
last modified time | relevance | path

Searched refs:TRUNC_W_S (Results 1 – 25 of 37) sorted by relevance

12

/external/v8/src/compiler/mips/
Dinstruction-scheduler-mips.cc370 TRUNC_W_S = 4, enumerator
743 Latency::TRUNC_W_S + Latency::MFC1 + OrLatency(false) + in Trunc_uw_sLatency()
744 Latency::TRUNC_W_S + Latency::MFC1; in Trunc_uw_sLatency()
1521 return Latency::TRUNC_W_S + Latency::MFC1 + AdduLatency(false) + in GetInstructionLatency()
/external/v8/src/compiler/mips64/
Dinstruction-scheduler-mips64.cc403 TRUNC_W_S = 4, enumerator
1520 return Latency::TRUNC_W_S + Latency::MFC1 + 2 + MovnLatency(); in GetInstructionLatency()
1533 2 * Latency::TRUNC_W_S + Latency::SUB_S + OrLatency() + in GetInstructionLatency()
/external/llvm/lib/Target/Mips/
DMipsInstrFPU.td273 def TRUNC_W_S : MMRel, StdMMR6Rel, ABSS_FT<"trunc.w.s", FGR32Opnd, FGR32Opnd, II_TRUNC>,
611 (TRUNC_W_S FGR32Opnd:$src)>;
DMipsFastISel.cpp1076 unsigned Opc = (SrcVT == MVT::f32) ? Mips::TRUNC_W_S : Mips::TRUNC_W_D32; in selectFPToInt()
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/mips2/
Dvalid.s250 # CHECK: <MCInst #{{.*}} TRUNC_W_S
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsInstrFPU.td369 def : Pat<(i32 (fp_to_sint FGR32:$src)), (MFC1 (TRUNC_W_S FGR32:$src))>;
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/mips3/
Dvalid.s316 # CHECK: <MCInst #{{.*}} TRUNC_W_S
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsInstrFPU.td360 def TRUNC_W_S : MMRel, StdMMR6Rel, ABSS_FT<"trunc.w.s", FGR32Opnd, FGR32Opnd, II_TRUNC>,
869 (TRUNC_W_S FGR32Opnd:$src)>, ISA_MIPS1;
DMipsFastISel.cpp1114 unsigned Opc = (SrcVT == MVT::f32) ? Mips::TRUNC_W_S : Mips::TRUNC_W_D32; in selectFPToInt()
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/mips32/
Dvalid.s312 # CHECK: <MCInst #{{.*}} TRUNC_W_S
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/mips32r5/
Dvalid.s366 # CHECK: <MCInst #{{.*}} TRUNC_W_S
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/mips32r3/
Dvalid.s365 # CHECK: <MCInst #{{.*}} TRUNC_W_S
/external/v8/src/mips/
Dconstants-mips.h613 TRUNC_W_S = ((1U << 3) + 5), enumerator
Dassembler-mips.cc2905 GenInstrRegister(COP1, S, f0, fs, fd, TRUNC_W_S); in trunc_w_s()
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/mips32r2/
Dvalid.s363 # CHECK: <MCInst #{{.*}} TRUNC_W_S
/external/pcre/dist2/src/sljit/
DsljitNativeMIPS_common.c187 #define TRUNC_W_S (HI(17) | FMT_S | LO(13)) macro
1326 …FAIL_IF(push_inst(compiler, (TRUNC_W_S ^ (flags >> 19)) | FMT(op) | FS(src) | FD(TMP_FREG1), MOVAB… in sljit_emit_fop1_conv_sw_from_f64()
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/mips64r3/
Dvalid.s433 # CHECK: <MCInst #{{.*}} TRUNC_W_S
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/mips64/
Dvalid.s397 # CHECK: <MCInst #{{.*}} TRUNC_W_S
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/mips64r5/
Dvalid.s439 # CHECK: <MCInst #{{.*}} TRUNC_W_S
/external/v8/src/mips64/
Dconstants-mips64.h644 TRUNC_W_S = ((1U << 3) + 5), enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/mips4/
Dvalid.s377 # CHECK: <MCInst #{{.*}} TRUNC_W_S
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/mips5/
Dvalid.s379 # CHECK: <MCInst #{{.*}} TRUNC_W_S
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/mips64r2/
Dvalid.s443 # CHECK: <MCInst #{{.*}} TRUNC_W_S
/external/capstone/arch/Mips/
DMipsGenAsmWriter.inc1698 23051U, // TRUNC_W_S
3412 0U, // TRUNC_W_S
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/Mips/
DMipsGenMCCodeEmitter.inc2605 UINT64_C(1174405133), // TRUNC_W_S
3194 case Mips::TRUNC_W_S: {
10331 …tdEnc | Feature_HasMips2 | Feature_IsNotSoftFloat | Feature_NotInMicroMips | 0, // TRUNC_W_S = 2592

12