Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/ia32/
Dlithium-ia32.h1112 class LClassOfTestAndBranch final : public LControlInstruction<1, 2> {
1114 LClassOfTestAndBranch(LOperand* value, LOperand* temp, LOperand* temp2) { in LClassOfTestAndBranch() function
Dlithium-ia32.cc235 void LClassOfTestAndBranch::PrintDataTo(StringStream* stream) { in PrintDataTo()
1777 return new(zone()) LClassOfTestAndBranch(UseRegister(instr->value()), in DoClassOfTestAndBranch()
Dlithium-codegen-ia32.cc2447 void LCodeGen::DoClassOfTestAndBranch(LClassOfTestAndBranch* instr) { in DoClassOfTestAndBranch()
/external/v8/src/crankshaft/x87/
Dlithium-x87.h1124 class LClassOfTestAndBranch final : public LControlInstruction<1, 2> {
1126 LClassOfTestAndBranch(LOperand* value, LOperand* temp, LOperand* temp2) { in LClassOfTestAndBranch() function
Dlithium-x87.cc246 void LClassOfTestAndBranch::PrintDataTo(StringStream* stream) { in PrintDataTo()
1782 return new(zone()) LClassOfTestAndBranch(UseRegister(instr->value()), in DoClassOfTestAndBranch()
Dlithium-codegen-x87.cc2730 void LCodeGen::DoClassOfTestAndBranch(LClassOfTestAndBranch* instr) { in DoClassOfTestAndBranch()
/external/v8/src/crankshaft/mips/
Dlithium-mips.h1106 class LClassOfTestAndBranch final : public LControlInstruction<1, 1> {
1108 LClassOfTestAndBranch(LOperand* value, LOperand* temp) { in LClassOfTestAndBranch() function
Dlithium-mips.cc223 void LClassOfTestAndBranch::PrintDataTo(StringStream* stream) { in PrintDataTo()
1764 return new(zone()) LClassOfTestAndBranch(UseRegister(instr->value()), in DoClassOfTestAndBranch()
Dlithium-codegen-mips.cc2454 void LCodeGen::DoClassOfTestAndBranch(LClassOfTestAndBranch* instr) { in DoClassOfTestAndBranch()
/external/v8/src/crankshaft/x64/
Dlithium-x64.h1104 class LClassOfTestAndBranch final : public LControlInstruction<1, 2> {
1106 LClassOfTestAndBranch(LOperand* value, LOperand* temp, LOperand* temp2) { in LClassOfTestAndBranch() function
Dlithium-x64.cc229 void LClassOfTestAndBranch::PrintDataTo(StringStream* stream) { in PrintDataTo()
1770 return new(zone()) LClassOfTestAndBranch(value, in DoClassOfTestAndBranch()
Dlithium-codegen-x64.cc2498 void LCodeGen::DoClassOfTestAndBranch(LClassOfTestAndBranch* instr) { in DoClassOfTestAndBranch()
/external/v8/src/crankshaft/arm/
Dlithium-arm.h1128 class LClassOfTestAndBranch final : public LControlInstruction<1, 1> {
1130 LClassOfTestAndBranch(LOperand* value, LOperand* temp) { in LClassOfTestAndBranch() function
Dlithium-arm.cc216 void LClassOfTestAndBranch::PrintDataTo(StringStream* stream) { in PrintDataTo()
1818 return new(zone()) LClassOfTestAndBranch(value, TempRegister()); in DoClassOfTestAndBranch()
Dlithium-codegen-arm.cc2542 void LCodeGen::DoClassOfTestAndBranch(LClassOfTestAndBranch* instr) { in DoClassOfTestAndBranch()
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.h1124 class LClassOfTestAndBranch final : public LControlInstruction<1, 1> {
1126 LClassOfTestAndBranch(LOperand* value, LOperand* temp) { in LClassOfTestAndBranch() function
Dlithium-mips64.cc223 void LClassOfTestAndBranch::PrintDataTo(StringStream* stream) { in PrintDataTo()
1770 return new(zone()) LClassOfTestAndBranch(UseRegister(instr->value()), in DoClassOfTestAndBranch()
Dlithium-codegen-mips64.cc2577 void LCodeGen::DoClassOfTestAndBranch(LClassOfTestAndBranch* instr) { in DoClassOfTestAndBranch()
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.h1084 class LClassOfTestAndBranch final : public LControlInstruction<1, 1> {
1086 LClassOfTestAndBranch(LOperand* value, LOperand* temp) { in LClassOfTestAndBranch() function
Dlithium-ppc.cc231 void LClassOfTestAndBranch::PrintDataTo(StringStream* stream) { in PrintDataTo()
1781 return new (zone()) LClassOfTestAndBranch(value, TempRegister()); in DoClassOfTestAndBranch()
Dlithium-codegen-ppc.cc2613 void LCodeGen::DoClassOfTestAndBranch(LClassOfTestAndBranch* instr) { in DoShiftI()
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.h1049 class LClassOfTestAndBranch final : public LControlInstruction<1, 2> {
1051 LClassOfTestAndBranch(LOperand* value, LOperand* temp1, LOperand* temp2) { in LClassOfTestAndBranch() function
Dlithium-arm64.cc94 void LClassOfTestAndBranch::PrintDataTo(StringStream* stream) { in PrintDataTo()
1271 return new(zone()) LClassOfTestAndBranch(value, in DoClassOfTestAndBranch()
Dlithium-codegen-arm64.cc2251 void LCodeGen::DoClassOfTestAndBranch(LClassOfTestAndBranch* instr) { in DoClassOfTestAndBranch()