Home
last modified time | relevance | path

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

/external/v8/src/ia32/
Dlithium-ia32.h1197 class LCmpT FINAL : public LTemplateInstruction<1, 3, 0> {
1199 LCmpT(LOperand* context, LOperand* left, LOperand* right) { in LCmpT() function
Dlithium-ia32.cc1665 LCmpT* result = new(zone()) LCmpT(context, left, right); in DoCompareGeneric()
Dlithium-codegen-ia32.cc2725 void LCodeGen::DoCmpT(LCmpT* instr) { in DoCmpT()
/external/v8/src/x87/
Dlithium-x87.h1211 class LCmpT FINAL : public LTemplateInstruction<1, 3, 0> {
1213 LCmpT(LOperand* context, LOperand* left, LOperand* right) { in LCmpT() function
Dlithium-x87.cc1672 LCmpT* result = new(zone()) LCmpT(context, left, right); in DoCompareGeneric()
Dlithium-codegen-x87.cc3022 void LCodeGen::DoCmpT(LCmpT* instr) { in DoCmpT()
/external/v8/src/x64/
Dlithium-x64.h1177 class LCmpT FINAL : public LTemplateInstruction<1, 3, 0> {
1179 LCmpT(LOperand* context, LOperand* left, LOperand* right) { in LCmpT() function
Dlithium-x64.cc1648 LCmpT* result = new(zone()) LCmpT(context, left, right); in DoCompareGeneric()
Dlithium-codegen-x64.cc2783 void LCodeGen::DoCmpT(LCmpT* instr) { in DoCmpT()
/external/v8/src/mips64/
Dlithium-mips64.h1176 class LCmpT FINAL : public LTemplateInstruction<1, 3, 0> {
1178 LCmpT(LOperand* context, LOperand* left, LOperand* right) { in LCmpT() function
Dlithium-mips64.cc1655 LCmpT* result = new(zone()) LCmpT(context, left, right); in DoCompareGeneric()
Dlithium-codegen-mips64.cc2782 void LCodeGen::DoCmpT(LCmpT* instr) { in DoCmpT()
/external/v8/src/mips/
Dlithium-mips.h1177 class LCmpT FINAL : public LTemplateInstruction<1, 3, 0> {
1179 LCmpT(LOperand* context, LOperand* left, LOperand* right) { in LCmpT() function
Dlithium-mips.cc1654 LCmpT* result = new(zone()) LCmpT(context, left, right); in DoCompareGeneric()
Dlithium-codegen-mips.cc2812 void LCodeGen::DoCmpT(LCmpT* instr) { in DoCmpT()
/external/v8/src/arm/
Dlithium-arm.h1196 class LCmpT FINAL : public LTemplateInstruction<1, 3, 0> {
1198 LCmpT(LOperand* context, LOperand* left, LOperand* right) { in LCmpT() function
Dlithium-arm.cc1705 LCmpT* result = new(zone()) LCmpT(context, left, right); in DoCompareGeneric()
Dlithium-codegen-arm.cc2923 void LCodeGen::DoCmpT(LCmpT* instr) { in DoCmpT()
/external/v8/src/arm64/
Dlithium-arm64.h1164 class LCmpT FINAL : public LTemplateInstruction<1, 3, 0> {
1166 LCmpT(LOperand* context, LOperand* left, LOperand* right) { in LCmpT() function
Dlithium-arm64.cc1295 LCmpT* result = new(zone()) LCmpT(context, left, right); in DoCompareGeneric()
Dlithium-codegen-arm64.cc2542 void LCodeGen::DoCmpT(LCmpT* instr) { in DoCmpT()