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

  /external/llvm/lib/Target/Mips/
MipsInstrFPU.td 218 def TRUNC_W_S : ABSS_FT<"trunc.w.s", FGR32, FGR32, IIFcvt>, ABSS_FM<0xd, 16>;
474 def : MipsPat<(i32 (fp_to_sint FGR32:$src)), (MFC1 (TRUNC_W_S FGR32:$src))>;
  /external/v8/src/mips/
constants-mips.h 378 TRUNC_W_S = ((1 << 3) + 5),
assembler-mips.cc 1733 void Assembler::trunc_w_s(FPURegister fd, FPURegister fs) { function in class:v8::Assembler
    [all...]
assembler-mips.h 819 void trunc_w_s(FPURegister fd, FPURegister fs);
    [all...]
simulator-mips.cc     [all...]

Completed in 766 milliseconds