Searched refs:TRUNC_W_S (Results 1 – 9 of 9) 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>, 575 (TRUNC_W_S FGR32Opnd:$src)>;
|
D | MipsFastISel.cpp | 1063 unsigned Opc = (SrcVT == MVT::f32) ? Mips::TRUNC_W_S : Mips::TRUNC_W_D32; in selectFPToInt()
|
/external/v8/src/mips/ |
D | constants-mips.h | 509 TRUNC_W_S = ((1U << 3) + 5), enumerator
|
D | assembler-mips.cc | 2456 GenInstrRegister(COP1, S, f0, fs, fd, TRUNC_W_S); in trunc_w_s()
|
D | simulator-mips.cc | 3065 case TRUNC_W_S: { // Truncate single to word (round towards 0). in DecodeTypeRegisterSRsType()
|
/external/v8/src/mips64/ |
D | constants-mips64.h | 552 TRUNC_W_S = ((1U << 3) + 5), enumerator
|
D | assembler-mips64.cc | 2808 GenInstrRegister(COP1, S, f0, fs, fd, TRUNC_W_S); in trunc_w_s()
|
D | simulator-mips64.cc | 2519 case TRUNC_W_S: { // Truncate single to word (round towards 0). in DecodeTypeRegisterSRsType()
|
/external/pcre/dist/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_convw_fromd()
|