Searched defs:slt (Results 1 - 8 of 8) sorted by relevance

/external/llvm/test/MC/Lanai/
H A Dv11.s459 slt %r21 label
/external/llvm/lib/Support/
H A DAPInt.cpp555 bool APInt::slt(const APInt& RHS) const { function in class:APInt
/external/mesa3d/src/mesa/main/
H A Dffvertex_prog.c948 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);
/external/swiftshader/third_party/llvm-subzero/lib/Support/
H A DAPInt.cpp533 bool APInt::slt(const APInt& RHS) const { function in class:APInt
/external/swiftshader/third_party/subzero/src/
H A DIceAssemblerMIPS32.cpp992 void AssemblerMIPS32::slt(const Operand *OpRd, const Operand *OpRs, function in class:Ice::MIPS32::AssemblerMIPS32
995 emitRdRsRt(Opcode, OpRd, OpRs, OpRt, "slt");
/external/swiftshader/src/Shader/
H A DShaderCore.cpp996 void ShaderCore::slt(Vector4f &dst, const Vector4f &src0, const Vector4f &src1) function in class:sw::ShaderCore
/external/v8/src/mips/
H A Dassembler-mips.cc2101 void Assembler::slt(Register rd, Register rs, Register rt) { function in class:v8::Assembler
/external/v8/src/mips64/
H A Dassembler-mips64.cc2353 void Assembler::slt(Register rd, Register rs, Register rt) { function in class:v8::internal::Assembler

Completed in 364 milliseconds