Searched refs:LCmpID (Results 1 – 9 of 9) sorted by relevance
/external/v8/src/arm/ |
D | lithium-arm.h | 584 class LCmpID: public LTemplateInstruction<1, 2, 0> { 586 LCmpID(LOperand* left, LOperand* right) { in LCmpID() function
|
D | lithium-arm.cc | 1468 return DefineAsRegister(new LCmpID(left, right)); in DoCompare() 1474 return DefineAsRegister(new LCmpID(left, right)); in DoCompare()
|
D | lithium-codegen-arm.cc | 1556 void LCodeGen::DoCmpID(LCmpID* instr) { in DoCmpID()
|
/external/v8/src/x64/ |
D | lithium-x64.h | 568 class LCmpID: public LTemplateInstruction<1, 2, 0> { 570 LCmpID(LOperand* left, LOperand* right) { in LCmpID() function
|
D | lithium-x64.cc | 1475 return DefineAsRegister(new LCmpID(left, right)); in DoCompare() 1481 return DefineAsRegister(new LCmpID(left, right)); in DoCompare()
|
D | lithium-codegen-x64.cc | 1433 void LCodeGen::DoCmpID(LCmpID* instr) { in DoCmpID()
|
/external/v8/src/ia32/ |
D | lithium-ia32.h | 577 class LCmpID: public LTemplateInstruction<1, 2, 0> { 579 LCmpID(LOperand* left, LOperand* right) { in LCmpID() function
|
D | lithium-ia32.cc | 1498 return DefineAsRegister(new LCmpID(left, right)); in DoCompare() 1504 return DefineAsRegister(new LCmpID(left, right)); in DoCompare()
|
D | lithium-codegen-ia32.cc | 1424 void LCodeGen::DoCmpID(LCmpID* instr) { in DoCmpID()
|