Home
last modified time | relevance | path

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

/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/v8/src/mips/
Dconstants-mips.h523 TRUNC_W_S = ((1U << 3) + 5), enumerator
Dassembler-mips.cc2636 GenInstrRegister(COP1, S, f0, fs, fd, TRUNC_W_S); in trunc_w_s()
Dsimulator-mips.cc3287 case TRUNC_W_S: { // Truncate single to word (round towards 0). in DecodeTypeRegisterSRsType()
/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/v8/src/mips64/
Dconstants-mips64.h553 TRUNC_W_S = ((1U << 3) + 5), enumerator
Dassembler-mips64.cc2959 GenInstrRegister(COP1, S, f0, fs, fd, TRUNC_W_S); in trunc_w_s()
Dsimulator-mips64.cc2718 case TRUNC_W_S: { // Truncate single to word (round towards 0). in DecodeTypeRegisterSRsType()
/external/pcre/dist2/src/sljit/
DsljitNativeMIPS_common.c174 #define TRUNC_W_S (HI(17) | FMT_S | LO(13)) macro
1309 …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/capstone/arch/Mips/
DMipsGenAsmWriter.inc1698 23051U, // TRUNC_W_S
3412 0U, // TRUNC_W_S
DMipsGenDisassemblerTables.inc885 /* 1937 */ MCD_OPC_Decode, 145, 13, 71, // Opcode: TRUNC_W_S
/external/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp3163 : Mips::TRUNC_W_S, in expandTrunc()