/external/v8/src/crankshaft/arm64/ |
D | lithium-arm64.h | 750 class LBitI final : public LTemplateInstruction<1, 2, 0> { 752 LBitI(LOperand* left, LOperand* right) in LBitI() function 758 LBitI(LOperand* left, LOperand* right, Shift shift, LOperand* shift_amount) in LBitI() function
|
D | lithium-arm64.cc | 887 DefineAsRegister(new(zone()) LBitI(left, right)); in DoBitwise() 1987 res = new(zone()) LBitI(left, right, shift_op, shift_amount); in DoShiftedBinaryOp()
|
D | lithium-codegen-arm64.cc | 1692 void LCodeGen::DoBitI(LBitI* instr) { in DoBitI()
|
/external/v8/src/crankshaft/mips/ |
D | lithium-mips.h | 1115 class LBitI final : public LTemplateInstruction<1, 2, 0> { 1117 LBitI(LOperand* left, LOperand* right) { in LBitI() function
|
D | lithium-mips.cc | 1209 return DefineAsRegister(new(zone()) LBitI(left, right)); in DoBitwise()
|
D | lithium-codegen-mips.cc | 1444 void LCodeGen::DoBitI(LBitI* instr) { in DoBitI()
|
/external/v8/src/crankshaft/x64/ |
D | lithium-x64.h | 1142 class LBitI final : public LTemplateInstruction<1, 2, 0> { 1144 LBitI(LOperand* left, LOperand* right) { in LBitI() function
|
D | lithium-x64.cc | 1243 return DefineSameAsFirst(new(zone()) LBitI(left, right)); in DoBitwise()
|
D | lithium-codegen-x64.cc | 1381 void LCodeGen::DoBitI(LBitI* instr) { in DoBitI()
|
/external/v8/src/crankshaft/x87/ |
D | lithium-x87.h | 1142 class LBitI final : public LTemplateInstruction<1, 2, 0> { 1144 LBitI(LOperand* left, LOperand* right) { in LBitI() function
|
D | lithium-x87.cc | 1254 return DefineSameAsFirst(new(zone()) LBitI(left, right)); in DoBitwise()
|
/external/v8/src/crankshaft/s390/ |
D | lithium-s390.h | 1043 class LBitI final : public LTemplateInstruction<1, 2, 0> { 1045 LBitI(LOperand* left, LOperand* right) { in LBitI() function
|
D | lithium-s390.cc | 1106 return DefineAsRegister(new (zone()) LBitI(left, right)); in DoBitwise()
|
/external/v8/src/crankshaft/arm/ |
D | lithium-arm.h | 1137 class LBitI final : public LTemplateInstruction<1, 2, 0> { 1139 LBitI(LOperand* left, LOperand* right) { in LBitI() function
|
D | lithium-arm.cc | 1201 return DefineAsRegister(new(zone()) LBitI(left, right)); in DoBitwise()
|
D | lithium-codegen-arm.cc | 1550 void LCodeGen::DoBitI(LBitI* instr) { in DoBitI()
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-ia32.h | 1148 class LBitI final : public LTemplateInstruction<1, 2, 0> { 1150 LBitI(LOperand* left, LOperand* right) { in LBitI() function
|
D | lithium-ia32.cc | 1247 return DefineSameAsFirst(new(zone()) LBitI(left, right)); in DoBitwise()
|
D | lithium-codegen-ia32.cc | 1321 void LCodeGen::DoBitI(LBitI* instr) { in DoBitI()
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-mips64.h | 1133 class LBitI final : public LTemplateInstruction<1, 2, 0> { 1135 LBitI(LOperand* left, LOperand* right) { in LBitI() function
|
D | lithium-mips64.cc | 1209 return DefineAsRegister(new(zone()) LBitI(left, right)); in DoBitwise()
|
D | lithium-codegen-mips64.cc | 1541 void LCodeGen::DoBitI(LBitI* instr) { in DoBitI()
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-ppc.h | 1123 class LBitI final : public LTemplateInstruction<1, 2, 0> { 1125 LBitI(LOperand* left, LOperand* right) { in LBitI() function
|
D | lithium-ppc.cc | 1224 return DefineAsRegister(new (zone()) LBitI(left, right)); in DoBitwise()
|
D | lithium-codegen-ppc.cc | 1532 void LCodeGen::DoBitI(LBitI* instr) { in DoBitI()
|