Home
last modified time | relevance | path

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

12

/external/v8/src/crankshaft/mips/
Dlithium-mips.h1065 class LCmpT final : public LTemplateInstruction<1, 3, 0> {
1067 LCmpT(LOperand* context, LOperand* left, LOperand* right) { in LCmpT() function
Dlithium-mips.cc1585 LCmpT* result = new(zone()) LCmpT(context, left, right); in DoCompareGeneric()
Dlithium-codegen-mips.cc2421 void LCodeGen::DoCmpT(LCmpT* instr) { in DoCmpT()
/external/v8/src/crankshaft/x64/
Dlithium-x64.h1092 class LCmpT final : public LTemplateInstruction<1, 3, 0> {
1094 LCmpT(LOperand* context, LOperand* left, LOperand* right) { in LCmpT() function
Dlithium-x64.cc1608 LCmpT* result = new(zone()) LCmpT(context, left, right); in DoCompareGeneric()
Dlithium-codegen-x64.cc2447 void LCodeGen::DoCmpT(LCmpT* instr) { in DoCmpT()
/external/v8/src/crankshaft/x87/
Dlithium-x87.h1092 class LCmpT final : public LTemplateInstruction<1, 3, 0> {
1094 LCmpT(LOperand* context, LOperand* left, LOperand* right) { in LCmpT() function
Dlithium-x87.cc1606 LCmpT* result = new(zone()) LCmpT(context, left, right); in DoCompareGeneric()
/external/v8/src/crankshaft/s390/
Dlithium-s390.h996 class LCmpT final : public LTemplateInstruction<1, 3, 0> {
998 LCmpT(LOperand* context, LOperand* left, LOperand* right) { in LCmpT() function
Dlithium-s390.cc1475 LCmpT* result = new (zone()) LCmpT(context, left, right); in DoCompareGeneric()
/external/v8/src/crankshaft/arm/
Dlithium-arm.h1087 class LCmpT final : public LTemplateInstruction<1, 3, 0> {
1089 LCmpT(LOperand* context, LOperand* left, LOperand* right) { in LCmpT() function
Dlithium-arm.cc1638 LCmpT* result = new(zone()) LCmpT(context, left, right); in DoCompareGeneric()
Dlithium-codegen-arm.cc2507 void LCodeGen::DoCmpT(LCmpT* instr) { in DoCmpT()
/external/v8/src/crankshaft/ia32/
Dlithium-ia32.h1098 class LCmpT final : public LTemplateInstruction<1, 3, 0> {
1100 LCmpT(LOperand* context, LOperand* left, LOperand* right) { in LCmpT() function
Dlithium-ia32.cc1603 LCmpT* result = new(zone()) LCmpT(context, left, right); in DoCompareGeneric()
Dlithium-codegen-ia32.cc2300 void LCodeGen::DoCmpT(LCmpT* instr) { in DoCmpT()
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.h1083 class LCmpT final : public LTemplateInstruction<1, 3, 0> {
1085 LCmpT(LOperand* context, LOperand* left, LOperand* right) { in LCmpT() function
Dlithium-mips64.cc1591 LCmpT* result = new(zone()) LCmpT(context, left, right); in DoCompareGeneric()
Dlithium-codegen-mips64.cc2545 void LCodeGen::DoCmpT(LCmpT* instr) { in DoCmpT()
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.h1073 class LCmpT final : public LTemplateInstruction<1, 3, 0> {
1075 LCmpT(LOperand* context, LOperand* left, LOperand* right) { in LCmpT() function
Dlithium-ppc.cc1615 LCmpT* result = new (zone()) LCmpT(context, left, right); in DoCompareGeneric()
Dlithium-codegen-ppc.cc2587 void LCodeGen::DoCmpT(LCmpT* instr) { in DoShiftI()
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.h1056 class LCmpT final : public LTemplateInstruction<1, 3, 0> {
1058 LCmpT(LOperand* context, LOperand* left, LOperand* right) { in LCmpT() function
Dlithium-arm64.cc1235 LCmpT* result = new(zone()) LCmpT(context, left, right); in DoCompareGeneric()
Dlithium-codegen-arm64.cc2372 void LCodeGen::DoCmpT(LCmpT* instr) { in DoCmpT()

12