Searched refs:LCmpT (Results 1 - 12 of 12) sorted by relevance

/external/v8/src/arm/
H A Dlithium-arm.cc1466 LCmpT* result = new(zone()) LCmpT(left, right);
H A Dlithium-arm.h800 class LCmpT: public LTemplateInstruction<1, 2, 0> { class in namespace:v8::internal
802 LCmpT(LOperand* left, LOperand* right) { function in class:v8::internal::LCmpT
H A Dlithium-codegen-arm.cc2279 void LCodeGen::DoCmpT(LCmpT* instr) {
/external/v8/src/ia32/
H A Dlithium-ia32.h805 class LCmpT: public LTemplateInstruction<1, 3, 0> { class in namespace:v8::internal
807 LCmpT(LOperand* context, LOperand* left, LOperand* right) { function in class:v8::internal::LCmpT
H A Dlithium-ia32.cc1496 LCmpT* result = new(zone()) LCmpT(context, left, right);
H A Dlithium-codegen-ia32.cc2071 void LCodeGen::DoCmpT(LCmpT* instr) {
/external/v8/src/mips/
H A Dlithium-mips.cc1467 LCmpT* result = new(zone()) LCmpT(left, right);
H A Dlithium-mips.h799 class LCmpT: public LTemplateInstruction<1, 2, 0> { class in namespace:v8::internal
801 LCmpT(LOperand* left, LOperand* right) { function in class:v8::internal::LCmpT
H A Dlithium-codegen-mips.cc2151 void LCodeGen::DoCmpT(LCmpT* instr) {
/external/v8/src/x64/
H A Dlithium-x64.cc1455 LCmpT* result = new(zone()) LCmpT(left, right);
H A Dlithium-x64.h783 class LCmpT: public LTemplateInstruction<1, 2, 0> { class in namespace:v8::internal
785 LCmpT(LOperand* left, LOperand* right) { function in class:v8::internal::LCmpT
H A Dlithium-codegen-x64.cc2038 void LCodeGen::DoCmpT(LCmpT* instr) {

Completed in 216 milliseconds