Home
last modified time | relevance | path

Searched refs:Sle (Results 1 - 15 of 15) sorted by relevance

/third_party/node/deps/v8/src/codegen/loong64/
H A Dmacro-assembler-loong64.h406 DEFINE_INSTRUCTION(Sle)
H A Dmacro-assembler-loong64.cc729 void TurboAssembler::Sle(Register rd, Register rj, const Operand& rk) { in CallRecordWriteStub() function in v8::internal::TurboAssembler
1972 Sle(t7, rj, rk); in CallRecordWriteStub()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceConverter.cpp442 Cond = Ice::InstIcmp::Sle; in convertICmpInstruction()
H A DIceTargetLoweringMIPS32.cpp3098 case InstIcmp::Sle: in lowerBr()
3285 case InstIcmp::Sle: { in lowerBr()
4231 case InstIcmp::Sle: { in lower64Icmp()
4358 case InstIcmp::Sle: { in lowerIcmp()
H A DWasmTranslator.cpp576 InstIcmp::create(Func, InstIcmp::Sle, TmpDest, Left, Right)); in Binop()
H A DIceTargetLoweringX8632.cpp3392 case InstIcmp::Sle: { in lowerIcmpVector()
3425 case InstIcmp::Sle: in lowerIcmp64()
3491 case InstIcmp::Sle: in lowerIcmp64()
H A DPNaClTranslator.cpp2011 Cond = Ice::InstIcmp::Sle; in convertNaClBitcICmpOpToIce()
H A DIceTargetLoweringX8664.cpp3090 case InstIcmp::Sle: { in lowerIcmpVector()
/third_party/node/deps/v8/src/codegen/mips64/
H A Dmacro-assembler-mips64.h470 DEFINE_INSTRUCTION(Sle)
H A Dmacro-assembler-mips64.cc944 void TurboAssembler::Sle(Register rd, Register rs, const Operand& rt) { in CallRecordWriteStub() function in v8::internal::TurboAssembler
3092 Sle(t9, rs, rt); in CallRecordWriteStub()
/third_party/node/deps/v8/src/codegen/mips/
H A Dmacro-assembler-mips.h456 DEFINE_INSTRUCTION(Sle)
H A Dmacro-assembler-mips.cc811 void TurboAssembler::Sle(Register rd, Register rs, const Operand& rt) { in CallRecordWriteStub() function in v8::internal::TurboAssembler
2423 Sle(t9, rs, rt); in CallRecordWriteStub()
/third_party/node/deps/v8/src/codegen/riscv64/
H A Dmacro-assembler-riscv64.h455 DEFINE_INSTRUCTION(Sle)
H A Dmacro-assembler-riscv64.cc814 void TurboAssembler::Sle(Register rd, Register rs, const Operand& rt) { in Sle() function in v8::internal::TurboAssembler
2479 Sle(rd, rs, rt); // rs <= rt in CompareI()
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DSubzeroReactor.cpp1793 return createIntCompare(Ice::InstIcmp::Sle, lhs, rhs);
2599 auto cmp = Ice::InstIcmp::create(::function, Ice::InstIcmp::Sle, condition, x.value(), y.value());
3561 auto cmp = Ice::InstIcmp::create(::function, Ice::InstIcmp::Sle, condition, x.value(), y.value());

Completed in 85 milliseconds