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

  /external/swiftshader/third_party/subzero/src/
IceAssemblerMIPS32.h 307 void trunc_w_s(const Operand *OpFd, const Operand *OpFs);
IceInstMIPS32.h 284 Trunc_w_s,
    [all...]
IceAssemblerMIPS32.cpp 1174 void AssemblerMIPS32::trunc_w_s(const Operand *OpFd, const Operand *OpFs) { function in class:Ice::MIPS32::AssemblerMIPS32
    [all...]
IceInstMIPS32.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsInstrFPU.td 273 def TRUNC_W_S : MMRel, StdMMR6Rel, ABSS_FT<"trunc.w.s", FGR32Opnd, FGR32Opnd, II_TRUNC>,
611 (TRUNC_W_S FGR32Opnd:$src)>;
MipsFastISel.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsInstrFPU.td 369 def : Pat<(i32 (fp_to_sint FGR32:$src)), (MFC1 (TRUNC_W_S FGR32:$src))>;
  /external/pcre/dist2/src/sljit/
sljitNativeMIPS_common.c 174 #define TRUNC_W_S (HI(17) | FMT_S | LO(13))
    [all...]
  /external/v8/src/mips/
constants-mips.h 523 TRUNC_W_S = ((1U << 3) + 5),
    [all...]
assembler-mips.cc 2635 void Assembler::trunc_w_s(FPURegister fd, FPURegister fs) { function in class:v8::Assembler
    [all...]
assembler-mips.h     [all...]
macro-assembler-mips.cc     [all...]
simulator-mips.cc     [all...]
  /external/v8/src/mips64/
constants-mips64.h 553 TRUNC_W_S = ((1U << 3) + 5),
    [all...]
assembler-mips64.cc 2958 void Assembler::trunc_w_s(FPURegister fd, FPURegister fs) { function in class:v8::internal::Assembler
    [all...]
assembler-mips64.h     [all...]
macro-assembler-mips64.cc     [all...]
simulator-mips64.cc     [all...]
  /external/v8/src/compiler/mips/
code-generator-mips.cc     [all...]
  /external/v8/src/compiler/mips64/
code-generator-mips64.cc     [all...]
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp     [all...]

Completed in 2678 milliseconds