/external/v8/src/arm64/ |
D | lithium-arm64.h | 778 class LBitI FINAL : public LTemplateInstruction<1, 2, 0> { 780 LBitI(LOperand* left, LOperand* right) in LBitI() function 786 LBitI(LOperand* left, LOperand* right, Shift shift, LOperand* shift_amount) in LBitI() function
|
D | lithium-arm64.cc | 953 DefineAsRegister(new(zone()) LBitI(left, right)); in DoBitwise() 2198 res = new(zone()) LBitI(left, right, shift_op, shift_amount); in DoShiftedBinaryOp()
|
D | lithium-codegen-arm64.cc | 1792 void LCodeGen::DoBitI(LBitI* instr) { in DoBitI()
|
/external/v8/src/ia32/ |
D | lithium-ia32.h | 1272 class LBitI FINAL : public LTemplateInstruction<1, 2, 0> { 1274 LBitI(LOperand* left, LOperand* right) { in LBitI() function
|
D | lithium-ia32.cc | 1316 return DefineSameAsFirst(new(zone()) LBitI(left, right)); in DoBitwise()
|
D | lithium-codegen-ia32.cc | 1561 void LCodeGen::DoBitI(LBitI* instr) { in DoBitI()
|
/external/v8/src/x87/ |
D | lithium-x87.h | 1286 class LBitI FINAL : public LTemplateInstruction<1, 2, 0> { 1288 LBitI(LOperand* left, LOperand* right) { in LBitI() function
|
D | lithium-x87.cc | 1327 return DefineSameAsFirst(new(zone()) LBitI(left, right)); in DoBitwise()
|
D | lithium-codegen-x87.cc | 1853 void LCodeGen::DoBitI(LBitI* instr) { in DoBitI()
|
/external/v8/src/x64/ |
D | lithium-x64.h | 1257 class LBitI FINAL : public LTemplateInstruction<1, 2, 0> { 1259 LBitI(LOperand* left, LOperand* right) { in LBitI() function
|
D | lithium-x64.cc | 1296 return DefineSameAsFirst(new(zone()) LBitI(left, right)); in DoBitwise()
|
D | lithium-codegen-x64.cc | 1506 void LCodeGen::DoBitI(LBitI* instr) { in DoBitI()
|
/external/v8/src/mips64/ |
D | lithium-mips64.h | 1256 class LBitI FINAL : public LTemplateInstruction<1, 2, 0> { 1258 LBitI(LOperand* left, LOperand* right) { in LBitI() function
|
D | lithium-mips64.cc | 1287 return DefineAsRegister(new(zone()) LBitI(left, right)); in DoBitwise()
|
D | lithium-codegen-mips64.cc | 1539 void LCodeGen::DoBitI(LBitI* instr) { in DoBitI()
|
/external/v8/src/mips/ |
D | lithium-mips.h | 1257 class LBitI FINAL : public LTemplateInstruction<1, 2, 0> { 1259 LBitI(LOperand* left, LOperand* right) { in LBitI() function
|
D | lithium-mips.cc | 1287 return DefineAsRegister(new(zone()) LBitI(left, right)); in DoBitwise()
|
D | lithium-codegen-mips.cc | 1574 void LCodeGen::DoBitI(LBitI* instr) { in DoBitI()
|
/external/v8/src/arm/ |
D | lithium-arm.h | 1276 class LBitI FINAL : public LTemplateInstruction<1, 2, 0> { 1278 LBitI(LOperand* left, LOperand* right) { in LBitI() function
|
D | lithium-arm.cc | 1279 return DefineAsRegister(new(zone()) LBitI(left, right)); in DoBitwise()
|
D | lithium-codegen-arm.cc | 1728 void LCodeGen::DoBitI(LBitI* instr) { in DoBitI()
|