Home
last modified time | relevance | path

Searched refs:LCmpT (Results 1 – 24 of 24) sorted by relevance

/external/v8/src/crankshaft/ia32/
Dlithium-ia32.h1132 class LCmpT final : public LTemplateInstruction<1, 3, 0> {
1134 LCmpT(LOperand* context, LOperand* left, LOperand* right) { in LCmpT() function
Dlithium-ia32.cc1654 LCmpT* result = new(zone()) LCmpT(context, left, right); in DoCompareGeneric()
Dlithium-codegen-ia32.cc2516 void LCodeGen::DoCmpT(LCmpT* instr) { in DoCmpT()
/external/v8/src/crankshaft/x87/
Dlithium-x87.h1144 class LCmpT final : public LTemplateInstruction<1, 3, 0> {
1146 LCmpT(LOperand* context, LOperand* left, LOperand* right) { in LCmpT() function
Dlithium-x87.cc1660 LCmpT* result = new(zone()) LCmpT(context, left, right); in DoCompareGeneric()
Dlithium-codegen-x87.cc2799 void LCodeGen::DoCmpT(LCmpT* instr) { in DoCmpT()
/external/v8/src/crankshaft/mips/
Dlithium-mips.h1124 class LCmpT final : public LTemplateInstruction<1, 3, 0> {
1126 LCmpT(LOperand* context, LOperand* left, LOperand* right) { in LCmpT() function
Dlithium-mips.cc1653 LCmpT* result = new(zone()) LCmpT(context, left, right); in DoCompareGeneric()
Dlithium-codegen-mips.cc2529 void LCodeGen::DoCmpT(LCmpT* instr) { in DoCmpT()
/external/v8/src/crankshaft/x64/
Dlithium-x64.h1124 class LCmpT final : public LTemplateInstruction<1, 3, 0> {
1126 LCmpT(LOperand* context, LOperand* left, LOperand* right) { in LCmpT() function
Dlithium-x64.cc1650 LCmpT* result = new(zone()) LCmpT(context, left, right); in DoCompareGeneric()
Dlithium-codegen-x64.cc2568 void LCodeGen::DoCmpT(LCmpT* instr) { in DoCmpT()
/external/v8/src/crankshaft/arm/
Dlithium-arm.h1146 class LCmpT final : public LTemplateInstruction<1, 3, 0> {
1148 LCmpT(LOperand* context, LOperand* left, LOperand* right) { in LCmpT() function
Dlithium-arm.cc1706 LCmpT* result = new(zone()) LCmpT(context, left, right); in DoCompareGeneric()
Dlithium-codegen-arm.cc2615 void LCodeGen::DoCmpT(LCmpT* instr) { in DoCmpT()
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.h1142 class LCmpT final : public LTemplateInstruction<1, 3, 0> {
1144 LCmpT(LOperand* context, LOperand* left, LOperand* right) { in LCmpT() function
Dlithium-mips64.cc1659 LCmpT* result = new(zone()) LCmpT(context, left, right); in DoCompareGeneric()
Dlithium-codegen-mips64.cc2654 void LCodeGen::DoCmpT(LCmpT* instr) { in DoCmpT()
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.h1101 class LCmpT final : public LTemplateInstruction<1, 3, 0> {
1103 LCmpT(LOperand* context, LOperand* left, LOperand* right) { in LCmpT() function
Dlithium-ppc.cc1669 LCmpT* result = new (zone()) LCmpT(context, left, right); in DoCompareGeneric()
Dlithium-codegen-ppc.cc2687 void LCodeGen::DoCmpT(LCmpT* instr) { in DoShiftI()
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.h1129 class LCmpT final : public LTemplateInstruction<1, 3, 0> {
1131 LCmpT(LOperand* context, LOperand* left, LOperand* right) { in LCmpT() function
Dlithium-arm64.cc1308 LCmpT* result = new(zone()) LCmpT(context, left, right); in DoCompareGeneric()
Dlithium-codegen-arm64.cc2418 void LCodeGen::DoCmpT(LCmpT* instr) { in DoCmpT()