Home
last modified time | relevance | path

Searched refs:LSubS (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/crankshaft/mips64/
Dlithium-mips64.h1186 class LSubS final : public LTemplateInstruction<1, 2, 0> {
1188 LSubS(LOperand* left, LOperand* right) { in LSubS() function
Dlithium-mips64.cc1488 ? DefineAsRegister(new (zone()) LSubS(left, right)) in DoSub()
Dlithium-codegen-mips64.cc1661 void LCodeGen::DoSubS(LSubS* instr) { in DoSubS()
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.h2498 class LSubS: public LTemplateInstruction<1, 2, 0> {
2500 LSubS(LOperand* left, LOperand* right) { in LSubS() function
Dlithium-arm64.cc2241 DefineAsRegister(new(zone()) LSubS(left, right)) : in DoSub()
Dlithium-codegen-arm64.cc5180 void LCodeGen::DoSubS(LSubS* instr) { in DoSubS()