/third_party/node/deps/v8/src/codegen/loong64/ |
H A D | macro-assembler-loong64.h | 408 DEFINE_INSTRUCTION(Sgt)
|
H A D | macro-assembler-loong64.cc | 769 void TurboAssembler::Sgt(Register rd, Register rj, const Operand& rk) { in CallRecordWriteStub() function in v8::internal::TurboAssembler 1958 Sgt(t7, rj, rk); in CallRecordWriteStub()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceConverter.cpp | 433 Cond = Ice::InstIcmp::Sgt; in convertICmpInstruction()
|
H A D | IceTargetLoweringMIPS32.cpp | 3095 case InstIcmp::Sgt: in lowerBr() 3226 case InstIcmp::Sgt: { in lowerBr() 4157 case InstIcmp::Sgt: { in lower64Icmp() 4338 case InstIcmp::Sgt: { in lowerIcmp()
|
H A D | WasmTranslator.cpp | 626 InstIcmp::create(Func, InstIcmp::Sgt, TmpDest, Left, Right)); in Binop()
|
H A D | IceTargetLoweringX8632.cpp | 3368 case InstIcmp::Sgt: { in lowerIcmpVector() 3424 case InstIcmp::Sgt: in lowerIcmp64() 3481 case InstIcmp::Sgt: in lowerIcmp64()
|
H A D | PNaClTranslator.cpp | 2002 Cond = Ice::InstIcmp::Sgt; in convertNaClBitcICmpOpToIce()
|
H A D | IceTargetLoweringX8664.cpp | 3066 case InstIcmp::Sgt: { in lowerIcmpVector()
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
H A D | SubzeroReactor.cpp | 1775 return createIntCompare(Ice::InstIcmp::Sgt, lhs, rhs); 2499 return RValue<Byte8>(createIntCompare(Ice::InstIcmp::Sgt, x.value(), y.value())); 2613 auto cmp = Ice::InstIcmp::create(::function, Ice::InstIcmp::Sgt, condition, x.value(), y.value()); 2794 return RValue<Short4>(createIntCompare(Ice::InstIcmp::Sgt, x.value(), y.value())); 3575 auto cmp = Ice::InstIcmp::create(::function, Ice::InstIcmp::Sgt, condition, x.value(), y.value());
|
/third_party/node/deps/v8/src/codegen/mips64/ |
H A D | macro-assembler-mips64.h | 472 DEFINE_INSTRUCTION(Sgt)
|
H A D | macro-assembler-mips64.cc | 984 void TurboAssembler::Sgt(Register rd, Register rs, const Operand& rt) { in CallRecordWriteStub() function in v8::internal::TurboAssembler 3078 Sgt(t9, rs, rt); in CallRecordWriteStub()
|
/third_party/node/deps/v8/src/codegen/mips/ |
H A D | macro-assembler-mips.h | 458 DEFINE_INSTRUCTION(Sgt)
|
H A D | macro-assembler-mips.cc | 851 void TurboAssembler::Sgt(Register rd, Register rs, const Operand& rt) { in CallRecordWriteStub() function in v8::internal::TurboAssembler 2409 Sgt(t9, rs, rt); in CallRecordWriteStub()
|
/third_party/node/deps/v8/src/codegen/riscv64/ |
H A D | macro-assembler-riscv64.h | 457 DEFINE_INSTRUCTION(Sgt)
|
H A D | macro-assembler-riscv64.cc | 852 void TurboAssembler::Sgt(Register rd, Register rs, const Operand& rt) { in Sgt() function in v8::internal::TurboAssembler 2470 Sgt(rd, rs, rt); in CompareI()
|