Home
last modified time | relevance | path

Searched defs:slt (Results 1 – 18 of 18) sorted by relevance

/external/llvm/test/MC/Lanai/
Dv11.s459 slt %r21 label
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DAPInt.h919 bool slt(uint64_t RHS) const { in slt() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h1041 bool slt(int64_t RHS) const { in slt() function
/external/llvm/include/llvm/ADT/
DAPInt.h1065 bool slt(int64_t RHS) const { in slt() function
/external/mesa3d/src/mesa/main/
Dffvertex_prog.c948 struct ureg slt = get_temp(p); in calculate_light_attenuation() local
/external/llvm/lib/Support/
DAPInt.cpp555 bool APInt::slt(const APInt& RHS) const { in slt() function in APInt
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp533 bool APInt::slt(const APInt& RHS) const { in slt() function in APInt
/external/swiftshader/third_party/LLVM/lib/Support/
DAPInt.cpp562 bool APInt::slt(const APInt& RHS) const { in slt() function in APInt
/external/swiftshader/third_party/subzero/src/
DIceAssemblerMIPS32.cpp992 void AssemblerMIPS32::slt(const Operand *OpRd, const Operand *OpRs, in slt() function in Ice::MIPS32::AssemblerMIPS32
/external/v8/src/compiler/mips/
Dcode-generator-mips.cc1364 __ slt(kScratchReg2, kScratchReg, i.OutputRegister()); in AssembleArchInstruction() local
/external/swiftshader/src/Shader/
DShaderCore.cpp996 void ShaderCore::slt(Vector4f &dst, const Vector4f &src0, const Vector4f &src1) in slt() function in sw::ShaderCore
/external/v8/src/compiler/mips64/
Dcode-generator-mips64.cc1596 __ slt(kScratchReg2, kScratchReg, i.OutputRegister()); in AssembleArchInstruction() local
/external/v8/src/full-codegen/mips64/
Dfull-codegen-mips64.cc388 __ slt(at, a3, zero_reg); in EmitBackEdgeBookkeeping() local
/external/v8/src/full-codegen/mips/
Dfull-codegen-mips.cc388 __ slt(at, a3, zero_reg); in EmitBackEdgeBookkeeping() local
/external/v8/src/mips/
Dassembler-mips.cc2101 void Assembler::slt(Register rd, Register rs, Register rt) { in slt() function in v8::internal::Assembler
Dcode-stubs-mips.cc1988 __ slt(scratch4, scratch2, scratch1); in GenerateCompareFlatOneByteStrings() local
/external/v8/src/mips64/
Dcode-stubs-mips64.cc1995 __ slt(scratch4, scratch2, scratch1); in GenerateCompareFlatOneByteStrings() local
Dassembler-mips64.cc2353 void Assembler::slt(Register rd, Register rs, Register rt) { in slt() function in v8::internal::Assembler