Home
last modified time | relevance | path

Searched refs:LCmpIDAndBranch (Results 1 – 9 of 9) sorted by relevance

/external/v8/src/x64/
Dlithium-x64.cc212 void LCmpIDAndBranch::PrintDataTo(StringStream* stream) { in PrintDataTo()
1053 return new LCmpIDAndBranch(UseRegisterAtStart(left), in DoTest()
1059 return new LCmpIDAndBranch(UseRegisterAtStart(left), in DoTest()
Dlithium-x64.h585 class LCmpIDAndBranch: public LControlInstruction<2, 0> {
587 LCmpIDAndBranch(LOperand* left, LOperand* right) { in LCmpIDAndBranch() function
Dlithium-codegen-x64.cc1459 void LCodeGen::DoCmpIDAndBranch(LCmpIDAndBranch* instr) { in DoCmpIDAndBranch()
/external/v8/src/ia32/
Dlithium-ia32.cc212 void LCmpIDAndBranch::PrintDataTo(StringStream* stream) { in PrintDataTo()
1052 return new LCmpIDAndBranch(UseRegisterAtStart(left), in DoTest()
1058 return new LCmpIDAndBranch(UseRegisterAtStart(left), in DoTest()
Dlithium-ia32.h594 class LCmpIDAndBranch: public LControlInstruction<2, 0> {
596 LCmpIDAndBranch(LOperand* left, LOperand* right) { in LCmpIDAndBranch() function
Dlithium-codegen-ia32.cc1450 void LCodeGen::DoCmpIDAndBranch(LCmpIDAndBranch* instr) { in DoCmpIDAndBranch()
/external/v8/src/arm/
Dlithium-arm.cc210 void LCmpIDAndBranch::PrintDataTo(StringStream* stream) { in PrintDataTo()
1056 return new LCmpIDAndBranch(UseRegisterAtStart(left), in DoTest()
1061 return new LCmpIDAndBranch(UseRegisterAtStart(left), in DoTest()
Dlithium-arm.h601 class LCmpIDAndBranch: public LControlInstruction<2, 0> {
603 LCmpIDAndBranch(LOperand* left, LOperand* right) { in LCmpIDAndBranch() function
Dlithium-codegen-arm.cc1584 void LCodeGen::DoCmpIDAndBranch(LCmpIDAndBranch* instr) { in DoCmpIDAndBranch()