/external/v8/src/crankshaft/arm64/ |
D | lithium-arm64.h | 743 class LBitI final : public LTemplateInstruction<1, 2, 0> { 745 LBitI(LOperand* left, LOperand* right) in LBitI() function 751 LBitI(LOperand* left, LOperand* right, Shift shift, LOperand* shift_amount) in LBitI() function
|
D | lithium-arm64.cc | 950 DefineAsRegister(new(zone()) LBitI(left, right)); in DoBitwise() 2165 res = new(zone()) LBitI(left, right, shift_op, shift_amount); in DoShiftedBinaryOp()
|
D | lithium-codegen-arm64.cc | 1682 void LCodeGen::DoBitI(LBitI* instr) { in DoBitI()
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-ia32.h | 1200 class LBitI final : public LTemplateInstruction<1, 2, 0> { 1202 LBitI(LOperand* left, LOperand* right) { in LBitI() function
|
D | lithium-ia32.cc | 1306 return DefineSameAsFirst(new(zone()) LBitI(left, right)); in DoBitwise()
|
D | lithium-codegen-ia32.cc | 1470 void LCodeGen::DoBitI(LBitI* instr) { in DoBitI()
|
/external/v8/src/crankshaft/x87/ |
D | lithium-x87.h | 1212 class LBitI final : public LTemplateInstruction<1, 2, 0> { 1214 LBitI(LOperand* left, LOperand* right) { in LBitI() function
|
D | lithium-x87.cc | 1316 return DefineSameAsFirst(new(zone()) LBitI(left, right)); in DoBitwise()
|
D | lithium-codegen-x87.cc | 1771 void LCodeGen::DoBitI(LBitI* instr) { in DoBitI()
|
/external/v8/src/crankshaft/mips/ |
D | lithium-mips.h | 1192 class LBitI final : public LTemplateInstruction<1, 2, 0> { 1194 LBitI(LOperand* left, LOperand* right) { in LBitI() function
|
D | lithium-mips.cc | 1277 return DefineAsRegister(new(zone()) LBitI(left, right)); in DoBitwise()
|
D | lithium-codegen-mips.cc | 1467 void LCodeGen::DoBitI(LBitI* instr) { in DoBitI()
|
/external/v8/src/crankshaft/x64/ |
D | lithium-x64.h | 1192 class LBitI final : public LTemplateInstruction<1, 2, 0> { 1194 LBitI(LOperand* left, LOperand* right) { in LBitI() function
|
D | lithium-x64.cc | 1293 return DefineSameAsFirst(new(zone()) LBitI(left, right)); in DoBitwise()
|
D | lithium-codegen-x64.cc | 1433 void LCodeGen::DoBitI(LBitI* instr) { in DoBitI()
|
/external/v8/src/crankshaft/arm/ |
D | lithium-arm.h | 1214 class LBitI final : public LTemplateInstruction<1, 2, 0> { 1216 LBitI(LOperand* left, LOperand* right) { in LBitI() function
|
D | lithium-arm.cc | 1269 return DefineAsRegister(new(zone()) LBitI(left, right)); in DoBitwise()
|
D | lithium-codegen-arm.cc | 1596 void LCodeGen::DoBitI(LBitI* instr) { in DoBitI()
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-mips64.h | 1210 class LBitI final : public LTemplateInstruction<1, 2, 0> { 1212 LBitI(LOperand* left, LOperand* right) { in LBitI() function
|
D | lithium-mips64.cc | 1277 return DefineAsRegister(new(zone()) LBitI(left, right)); in DoBitwise()
|
D | lithium-codegen-mips64.cc | 1560 void LCodeGen::DoBitI(LBitI* instr) { in DoBitI()
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-ppc.h | 1169 class LBitI final : public LTemplateInstruction<1, 2, 0> { 1171 LBitI(LOperand* left, LOperand* right) { in LBitI() function
|
D | lithium-ppc.cc | 1278 return DefineAsRegister(new (zone()) LBitI(left, right)); in DoBitwise()
|
D | lithium-codegen-ppc.cc | 1554 void LCodeGen::DoBitI(LBitI* instr) { in DoBitI()
|