HomeSort by relevance Sort by last modified time
    Searched defs:slt (Results 1 - 10 of 10) sorted by null

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/crx/
jscond_insn.s 115 .global slt
116 slt: label
117 slt r13 label
  /external/llvm/test/MC/Lanai/
v11.s 459 slt %r21 label
  /external/llvm/lib/Support/
APInt.cpp 555 bool APInt::slt(const APInt& RHS) const { function in class:APInt
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
APInt.cpp 533 bool APInt::slt(const APInt& RHS) const { function in class:APInt
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/iq2000/
allinsn.s 78 .global slt
79 slt: label
80 slt %0,%0,%0
  /external/mesa3d/src/mesa/main/
ffvertex_prog.c 948 struct ureg slt = get_temp(p); local
953 emit_op2(p, OPCODE_SLT, slt, 0, swizzle1(spot_dir_norm,W), spot);
956 emit_op2(p, OPCODE_MUL, att, 0, slt, spot);
959 release_temp(p, slt);
995 * lit.z = SLT(0, dots.x)
1012 * SLT lit.z, id.z, dots; # lit.z = (0 < dots.z) ? 1 : 0
    [all...]
  /external/swiftshader/src/Shader/
ShaderCore.cpp 927 void ShaderCore::slt(Vector4f &dst, const Vector4f &src0, const Vector4f &src1) function in class:sw::ShaderCore
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceAssemblerMIPS32.cpp 992 void AssemblerMIPS32::slt(const Operand *OpRd, const Operand *OpRs, function in class:Ice::MIPS32::AssemblerMIPS32
995 emitRdRsRt(Opcode, OpRd, OpRs, OpRt, "slt");
    [all...]
  /external/v8/src/mips/
assembler-mips.cc 2101 void Assembler::slt(Register rd, Register rs, Register rt) { function in class:v8::Assembler
    [all...]
  /external/v8/src/mips64/
assembler-mips64.cc 2353 void Assembler::slt(Register rd, Register rs, Register rt) { function in class:v8::internal::Assembler
    [all...]

Completed in 970 milliseconds