Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/arm/
Dlithium-arm.h1267 class LRSubI final : public LTemplateInstruction<1, 2, 0> {
1269 LRSubI(LOperand* left, LOperand* right) { in LRSubI() function
Dlithium-arm.cc1597 LRSubI* rsb = new(zone()) LRSubI(left, right); in DoRSub()
Dlithium-codegen-arm.cc1741 void LCodeGen::DoRSubI(LRSubI* instr) { in DoRSubI()
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.h1222 class LRSubI final : public LTemplateInstruction<1, 2, 0> {
1224 LRSubI(LOperand* left, LOperand* right) { in LRSubI() function
Dlithium-ppc.cc1574 LRSubI* rsb = new (zone()) LRSubI(left, right); in DoRSub()
Dlithium-codegen-ppc.cc1747 void LCodeGen::DoRSubI(LRSubI* instr) { in DoShiftI()