Searched refs:LSubI (Results 1 - 24 of 24) sorted by relevance

/external/v8/src/crankshaft/arm/
H A Dlithium-arm.h1252 class LSubI final : public LTemplateInstruction<1, 2, 0> {
1254 LSubI(LOperand* left, LOperand* right) { function in class:v8::internal::final
H A Dlithium-arm.cc1570 LSubI* sub = new(zone()) LSubI(left, right);
H A Dlithium-codegen-arm.cc1720 void LCodeGen::DoSubI(LSubI* instr) {
/external/v8/src/crankshaft/ia32/
H A Dlithium-ia32.h1239 class LSubI final : public LTemplateInstruction<1, 2, 0> {
1241 LSubI(LOperand* left, LOperand* right) { function in class:v8::internal::final
H A Dlithium-ia32.cc1552 LSubI* sub = new(zone()) LSubI(left, right);
H A Dlithium-codegen-ia32.cc1593 void LCodeGen::DoSubI(LSubI* instr) {
/external/v8/src/crankshaft/mips/
H A Dlithium-mips.h1230 class LSubI final : public LTemplateInstruction<1, 2, 0> {
1232 LSubI(LOperand* left, LOperand* right) { function in class:v8::internal::final
H A Dlithium-mips.cc1550 LSubI* sub = new(zone()) LSubI(left, right);
H A Dlithium-codegen-mips.cc1593 void LCodeGen::DoSubI(LSubI* instr) {
/external/v8/src/crankshaft/mips64/
H A Dlithium-mips64.h1248 class LSubI final : public LTemplateInstruction<1, 2, 0> {
1250 LSubI(LOperand* left, LOperand* right) { function in class:v8::internal::final
H A Dlithium-mips64.cc1557 : DefineAsRegister(new (zone()) LSubI(left, right));
H A Dlithium-codegen-mips64.cc1701 void LCodeGen::DoSubI(LSubI* instr) {
/external/v8/src/crankshaft/ppc/
H A Dlithium-ppc.h1207 class LSubI final : public LTemplateInstruction<1, 2, 0> {
1209 LSubI(LOperand* left, LOperand* right) { function in class:v8::internal::final
H A Dlithium-ppc.cc1550 LSubI* sub = new (zone()) LSubI(left, right);
H A Dlithium-codegen-ppc.cc1712 void LCodeGen::DoSubI(LSubI* instr) {
/external/v8/src/crankshaft/x64/
H A Dlithium-x64.h1233 class LSubI final : public LTemplateInstruction<1, 2, 0> {
1235 LSubI(LOperand* left, LOperand* right) { function in class:v8::internal::final
H A Dlithium-x64.cc1541 LSubI* sub = new(zone()) LSubI(left, right);
H A Dlithium-codegen-x64.cc1601 void LCodeGen::DoSubI(LSubI* instr) {
/external/v8/src/crankshaft/x87/
H A Dlithium-x87.h1251 class LSubI final : public LTemplateInstruction<1, 2, 0> {
1253 LSubI(LOperand* left, LOperand* right) { function in class:v8::internal::final
H A Dlithium-x87.cc1562 LSubI* sub = new(zone()) LSubI(left, right);
H A Dlithium-codegen-x87.cc1894 void LCodeGen::DoSubI(LSubI* instr) {
/external/v8/src/crankshaft/arm64/
H A Dlithium-arm64.h2735 class LSubI final : public LTemplateInstruction<1, 2, 0> {
2737 LSubI(LOperand* left, LOperand* right) function in class:v8::internal::final
2743 LSubI(LOperand* left, LOperand* right, Shift shift, LOperand* shift_amount) function in class:v8::internal::final
H A Dlithium-arm64.cc2170 res = new(zone()) LSubI(left, right, shift_op, shift_amount);
2463 DefineAsRegister(new(zone()) LSubI(left, right));
H A Dlithium-codegen-arm64.cc5320 void LCodeGen::DoSubI(LSubI* instr) {

Completed in 357 milliseconds