HomeSort by relevance Sort by last modified time
    Searched full:trunc_l_s (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/Target/Mips/
MipsInstrFPU.td 233 def TRUNC_L_S : ABSS_FT<"trunc.l.s", FGR64, FGR32, IIFcvt>, ABSS_FM<0x9, 16>;
498 def : MipsPat<(i64 (fp_to_sint FGR32:$src)), (DMFC1 (TRUNC_L_S FGR32:$src))>;
  /external/v8/src/mips/
constants-mips.h 374 TRUNC_L_S = ((1 << 3) + 1),
assembler-mips.cc 1785 void Assembler::trunc_l_s(FPURegister fd, FPURegister fs) { function in class:v8::Assembler
    [all...]
assembler-mips.h 830 void trunc_l_s(FPURegister fd, FPURegister fs);
    [all...]
simulator-mips.cc     [all...]

Completed in 405 milliseconds