Home
last modified time | relevance | path

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

/external/v8/src/arm/
Dlithium-arm.cc206 void LCmpIDAndBranch::PrintDataTo(StringStream* stream) { in PrintDataTo()
1479 return new(zone()) LCmpIDAndBranch(left, right); in DoCompareIDAndBranch()
1486 return new(zone()) LCmpIDAndBranch(left, right); in DoCompareIDAndBranch()
Dlithium-arm.h598 class LCmpIDAndBranch: public LControlInstruction<2, 0> {
600 LCmpIDAndBranch(LOperand* left, LOperand* right) { in LCmpIDAndBranch() function
Dlithium-codegen-arm.cc1754 void LCodeGen::DoCmpIDAndBranch(LCmpIDAndBranch* instr) { in DoCmpIDAndBranch()
/external/v8/src/x64/
Dlithium-x64.cc208 void LCmpIDAndBranch::PrintDataTo(StringStream* stream) { in PrintDataTo()
1468 return new(zone()) LCmpIDAndBranch(left, right); in DoCompareIDAndBranch()
1482 return new(zone()) LCmpIDAndBranch(left, right); in DoCompareIDAndBranch()
Dlithium-x64.h582 class LCmpIDAndBranch: public LControlInstruction<2, 0> {
584 LCmpIDAndBranch(LOperand* left, LOperand* right) { in LCmpIDAndBranch() function
Dlithium-codegen-x64.cc1534 void LCodeGen::DoCmpIDAndBranch(LCmpIDAndBranch* instr) { in DoCmpIDAndBranch()
/external/v8/src/ia32/
Dlithium-ia32.cc203 void LCmpIDAndBranch::PrintDataTo(StringStream* stream) { in PrintDataTo()
1509 return new(zone()) LCmpIDAndBranch(left, right); in DoCompareIDAndBranch()
1523 return new(zone()) LCmpIDAndBranch(left, right); in DoCompareIDAndBranch()
Dlithium-ia32.h573 class LCmpIDAndBranch: public LControlInstruction<2, 0> {
575 LCmpIDAndBranch(LOperand* left, LOperand* right) { in LCmpIDAndBranch() function
Dlithium-codegen-ia32.cc1574 void LCodeGen::DoCmpIDAndBranch(LCmpIDAndBranch* instr) { in DoCmpIDAndBranch()
/external/v8/src/mips/
Dlithium-mips.cc206 void LCmpIDAndBranch::PrintDataTo(StringStream* stream) { in PrintDataTo()
1480 return new(zone()) LCmpIDAndBranch(left, right); in DoCompareIDAndBranch()
1487 return new(zone()) LCmpIDAndBranch(left, right); in DoCompareIDAndBranch()
Dlithium-mips.h597 class LCmpIDAndBranch: public LControlInstruction<2, 0> {
599 LCmpIDAndBranch(LOperand* left, LOperand* right) { in LCmpIDAndBranch() function
Dlithium-codegen-mips.cc1604 void LCodeGen::DoCmpIDAndBranch(LCmpIDAndBranch* instr) { in DoCmpIDAndBranch()