Searched refs:LCmpIDAndBranch (Results 1 – 9 of 9) sorted by relevance
/external/v8/src/x64/ |
D | lithium-x64.cc | 212 void LCmpIDAndBranch::PrintDataTo(StringStream* stream) { in PrintDataTo() 1053 return new LCmpIDAndBranch(UseRegisterAtStart(left), in DoTest() 1059 return new LCmpIDAndBranch(UseRegisterAtStart(left), in DoTest()
|
D | lithium-x64.h | 585 class LCmpIDAndBranch: public LControlInstruction<2, 0> { 587 LCmpIDAndBranch(LOperand* left, LOperand* right) { in LCmpIDAndBranch() function
|
D | lithium-codegen-x64.cc | 1459 void LCodeGen::DoCmpIDAndBranch(LCmpIDAndBranch* instr) { in DoCmpIDAndBranch()
|
/external/v8/src/ia32/ |
D | lithium-ia32.cc | 212 void LCmpIDAndBranch::PrintDataTo(StringStream* stream) { in PrintDataTo() 1052 return new LCmpIDAndBranch(UseRegisterAtStart(left), in DoTest() 1058 return new LCmpIDAndBranch(UseRegisterAtStart(left), in DoTest()
|
D | lithium-ia32.h | 594 class LCmpIDAndBranch: public LControlInstruction<2, 0> { 596 LCmpIDAndBranch(LOperand* left, LOperand* right) { in LCmpIDAndBranch() function
|
D | lithium-codegen-ia32.cc | 1450 void LCodeGen::DoCmpIDAndBranch(LCmpIDAndBranch* instr) { in DoCmpIDAndBranch()
|
/external/v8/src/arm/ |
D | lithium-arm.cc | 210 void LCmpIDAndBranch::PrintDataTo(StringStream* stream) { in PrintDataTo() 1056 return new LCmpIDAndBranch(UseRegisterAtStart(left), in DoTest() 1061 return new LCmpIDAndBranch(UseRegisterAtStart(left), in DoTest()
|
D | lithium-arm.h | 601 class LCmpIDAndBranch: public LControlInstruction<2, 0> { 603 LCmpIDAndBranch(LOperand* left, LOperand* right) { in LCmpIDAndBranch() function
|
D | lithium-codegen-arm.cc | 1584 void LCodeGen::DoCmpIDAndBranch(LCmpIDAndBranch* instr) { in DoCmpIDAndBranch()
|