Searched refs:TRUNC_W_S (Results 1 – 13 of 13) sorted by relevance
/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/v8/src/mips/ |
D | constants-mips.h | 523 TRUNC_W_S = ((1U << 3) + 5), enumerator
|
D | assembler-mips.cc | 2636 GenInstrRegister(COP1, S, f0, fs, fd, TRUNC_W_S); in trunc_w_s()
|
D | simulator-mips.cc | 3287 case TRUNC_W_S: { // Truncate single to word (round towards 0). in DecodeTypeRegisterSRsType()
|
/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/v8/src/mips64/ |
D | constants-mips64.h | 553 TRUNC_W_S = ((1U << 3) + 5), enumerator
|
D | assembler-mips64.cc | 2959 GenInstrRegister(COP1, S, f0, fs, fd, TRUNC_W_S); in trunc_w_s()
|
D | simulator-mips64.cc | 2718 case TRUNC_W_S: { // Truncate single to word (round towards 0). in DecodeTypeRegisterSRsType()
|
/external/pcre/dist2/src/sljit/ |
D | sljitNativeMIPS_common.c | 174 #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/ |
D | MipsGenAsmWriter.inc | 1698 23051U, // TRUNC_W_S 3412 0U, // TRUNC_W_S
|
D | MipsGenDisassemblerTables.inc | 885 /* 1937 */ MCD_OPC_Decode, 145, 13, 71, // Opcode: TRUNC_W_S
|
/external/llvm/lib/Target/Mips/AsmParser/ |
D | MipsAsmParser.cpp | 3163 : Mips::TRUNC_W_S, in expandTrunc()
|