HomeSort by relevance Sort by last modified time
    Searched refs:SLT (Results 1 - 8 of 8) sorted by null

  /external/v8/src/mips/
constants-mips.cc 263 case SLT:
constants-mips.h 334 SLT = ((5 << 3) + 2),
assembler-mips.cc 1551 void Assembler::slt(Register rd, Register rs, Register rt) { function in class:v8::Assembler
    [all...]
simulator-mips.cc     [all...]
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp 62 SROA(int T, bool hasDT, char &ID, int ST, int AT, int SLT)
76 if (SLT == -1)
80 ScalarLoadThreshold = SLT;
191 SROA_DT(int T = -1, int ST = -1, int AT = -1, int SLT = -1) :
192 SROA(T, true, ID, ST, AT, SLT) {
208 SROA_SSAUp(int T = -1, int ST = -1, int AT = -1, int SLT = -1) :
209 SROA(T, false, ID, ST, AT, SLT) {
305 unsigned SLT)
306 : AllocaSize(Size), TD(td), ScalarLoadThreshold(SLT), IsNotTrivial(false),
    [all...]
  /system/core/libpixelflinger/codeflinger/
MIPSAssembler.cpp 562 // again (SLT), and the original operands must be available. (and this
    [all...]
MIPSAssembler.h 293 void SLT(int Rd, int Rs, int Rt);
377 // synthetic variants of above (using slt & friends)
  /external/valgrind/main/none/tests/mips32/
MIPS32int.stdout.exp     [all...]

Completed in 673 milliseconds