/external/v8/src/compiler/mips/ |
D | instruction-scheduler-mips.cc | 370 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/ |
D | instruction-scheduler-mips64.cc | 403 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/ |
D | MipsInstrFPU.td | 273 def TRUNC_W_S : MMRel, StdMMR6Rel, ABSS_FT<"trunc.w.s", FGR32Opnd, FGR32Opnd, II_TRUNC>, 611 (TRUNC_W_S FGR32Opnd:$src)>;
|
D | MipsFastISel.cpp | 1076 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/ |
D | valid.s | 250 # CHECK: <MCInst #{{.*}} TRUNC_W_S
|
/external/swiftshader/third_party/LLVM/lib/Target/Mips/ |
D | MipsInstrFPU.td | 369 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/ |
D | valid.s | 316 # CHECK: <MCInst #{{.*}} TRUNC_W_S
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | MipsInstrFPU.td | 360 def TRUNC_W_S : MMRel, StdMMR6Rel, ABSS_FT<"trunc.w.s", FGR32Opnd, FGR32Opnd, II_TRUNC>, 869 (TRUNC_W_S FGR32Opnd:$src)>, ISA_MIPS1;
|
D | MipsFastISel.cpp | 1114 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/ |
D | valid.s | 312 # CHECK: <MCInst #{{.*}} TRUNC_W_S
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/mips32r5/ |
D | valid.s | 366 # CHECK: <MCInst #{{.*}} TRUNC_W_S
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/mips32r3/ |
D | valid.s | 365 # CHECK: <MCInst #{{.*}} TRUNC_W_S
|
/external/v8/src/mips/ |
D | constants-mips.h | 613 TRUNC_W_S = ((1U << 3) + 5), enumerator
|
D | assembler-mips.cc | 2905 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/ |
D | valid.s | 363 # CHECK: <MCInst #{{.*}} TRUNC_W_S
|
/external/pcre/dist2/src/sljit/ |
D | sljitNativeMIPS_common.c | 187 #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/ |
D | valid.s | 433 # CHECK: <MCInst #{{.*}} TRUNC_W_S
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/mips64/ |
D | valid.s | 397 # CHECK: <MCInst #{{.*}} TRUNC_W_S
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/mips64r5/ |
D | valid.s | 439 # CHECK: <MCInst #{{.*}} TRUNC_W_S
|
/external/v8/src/mips64/ |
D | constants-mips64.h | 644 TRUNC_W_S = ((1U << 3) + 5), enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/mips4/ |
D | valid.s | 377 # CHECK: <MCInst #{{.*}} TRUNC_W_S
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/mips5/ |
D | valid.s | 379 # CHECK: <MCInst #{{.*}} TRUNC_W_S
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/mips64r2/ |
D | valid.s | 443 # CHECK: <MCInst #{{.*}} TRUNC_W_S
|
/external/capstone/arch/Mips/ |
D | MipsGenAsmWriter.inc | 1698 23051U, // TRUNC_W_S 3412 0U, // TRUNC_W_S
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/Mips/ |
D | MipsGenMCCodeEmitter.inc | 2605 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
|