Home
last modified time | relevance | path

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

/external/v8/src/arm/
Dlithium-arm.h832 class LCmpTAndBranch: public LControlInstruction<2, 0> {
834 LCmpTAndBranch(LOperand* left, LOperand* right) { in LCmpTAndBranch() function
Dlithium-arm.cc1069 LInstruction* result = new LCmpTAndBranch(left_operand, in DoTest()
Dlithium-codegen-arm.cc2167 void LCodeGen::DoCmpTAndBranch(LCmpTAndBranch* instr) { in DoCmpTAndBranch()
/external/v8/src/x64/
Dlithium-x64.h817 class LCmpTAndBranch: public LControlInstruction<2, 0> {
819 LCmpTAndBranch(LOperand* left, LOperand* right) { in LCmpTAndBranch() function
Dlithium-x64.cc1067 LCmpTAndBranch* result = new LCmpTAndBranch(left_operand, in DoTest()
Dlithium-codegen-x64.cc2036 void LCodeGen::DoCmpTAndBranch(LCmpTAndBranch* instr) { in DoCmpTAndBranch()
/external/v8/src/ia32/
Dlithium-ia32.h849 class LCmpTAndBranch: public LControlInstruction<2, 0> {
851 LCmpTAndBranch(LOperand* left, LOperand* right) { in LCmpTAndBranch() function
Dlithium-ia32.cc1066 LCmpTAndBranch* result = new LCmpTAndBranch(left_operand, in DoTest()
Dlithium-codegen-ia32.cc2032 void LCodeGen::DoCmpTAndBranch(LCmpTAndBranch* instr) { in DoCmpTAndBranch()