Home
last modified time | relevance | path

Searched refs:LTypeofIsAndBranch (Results 1 – 25 of 30) sorted by relevance

12

/external/v8/src/crankshaft/x64/
Dlithium-codegen-x64.h268 Condition EmitTypeofIs(LTypeofIsAndBranch* instr, Register input);
Dlithium-x64.h2233 class LTypeofIsAndBranch final : public LControlInstruction<1, 0> {
2235 explicit LTypeofIsAndBranch(LOperand* value) { in LTypeofIsAndBranch() function
Dlithium-x64.cc232 void LTypeofIsAndBranch::PrintDataTo(StringStream* stream) { in PrintDataTo()
2381 return new(zone()) LTypeofIsAndBranch(UseTempRegister(instr->value())); in DoTypeofIsAndBranch()
Dlithium-codegen-x64.cc5101 void LCodeGen::DoTypeofIsAndBranch(LTypeofIsAndBranch* instr) { in DoTypeofIsAndBranch()
5110 Condition LCodeGen::EmitTypeofIs(LTypeofIsAndBranch* instr, Register input) { in EmitTypeofIs()
/external/v8/src/crankshaft/ia32/
Dlithium-codegen-ia32.h269 Condition EmitTypeofIs(LTypeofIsAndBranch* instr, Register input);
Dlithium-ia32.h2251 class LTypeofIsAndBranch final : public LControlInstruction<1, 0> {
2253 explicit LTypeofIsAndBranch(LOperand* value) { in LTypeofIsAndBranch() function
Dlithium-ia32.cc237 void LTypeofIsAndBranch::PrintDataTo(StringStream* stream) { in PrintDataTo()
2379 return new(zone()) LTypeofIsAndBranch(UseTempRegister(instr->value())); in DoTypeofIsAndBranch()
Dlithium-codegen-ia32.cc4819 void LCodeGen::DoTypeofIsAndBranch(LTypeofIsAndBranch* instr) { in DoTypeofIsAndBranch()
4828 Condition LCodeGen::EmitTypeofIs(LTypeofIsAndBranch* instr, Register input) { in EmitTypeofIs()
/external/v8/src/crankshaft/x87/
Dlithium-codegen-x87.h298 Condition EmitTypeofIs(LTypeofIsAndBranch* instr, Register input);
Dlithium-x87.h2247 class LTypeofIsAndBranch final : public LControlInstruction<1, 0> {
2249 explicit LTypeofIsAndBranch(LOperand* value) { in LTypeofIsAndBranch() function
Dlithium-x87.cc248 void LTypeofIsAndBranch::PrintDataTo(StringStream* stream) { in PrintDataTo()
2381 return new(zone()) LTypeofIsAndBranch(UseTempRegister(instr->value())); in DoTypeofIsAndBranch()
Dlithium-codegen-x87.cc5307 void LCodeGen::DoTypeofIsAndBranch(LTypeofIsAndBranch* instr) { in DoTypeofIsAndBranch()
5316 Condition LCodeGen::EmitTypeofIs(LTypeofIsAndBranch* instr, Register input) { in EmitTypeofIs()
/external/v8/src/crankshaft/mips/
Dlithium-mips.h2197 class LTypeofIsAndBranch final : public LControlInstruction<1, 0> {
2199 explicit LTypeofIsAndBranch(LOperand* value) { in LTypeofIsAndBranch() function
Dlithium-mips.cc225 void LTypeofIsAndBranch::PrintDataTo(StringStream* stream) { in PrintDataTo()
2257 return new(zone()) LTypeofIsAndBranch(UseTempRegister(instr->value())); in DoTypeofIsAndBranch()
Dlithium-codegen-mips.cc5046 void LCodeGen::DoTypeofIsAndBranch(LTypeofIsAndBranch* instr) { in DoTypeofIsAndBranch()
/external/v8/src/crankshaft/s390/
Dlithium-s390.h2029 class LTypeofIsAndBranch final : public LControlInstruction<1, 0> {
2031 explicit LTypeofIsAndBranch(LOperand* value) { inputs_[0] = value; } in LTypeofIsAndBranch() function
Dlithium-s390.cc213 void LTypeofIsAndBranch::PrintDataTo(StringStream* stream) { in PrintDataTo()
2092 return new (zone()) LTypeofIsAndBranch(UseRegister(instr->value())); in DoTypeofIsAndBranch()
/external/v8/src/crankshaft/arm/
Dlithium-arm.h2238 class LTypeofIsAndBranch final : public LControlInstruction<1, 0> {
2240 explicit LTypeofIsAndBranch(LOperand* value) { in LTypeofIsAndBranch() function
Dlithium-arm.cc218 void LTypeofIsAndBranch::PrintDataTo(StringStream* stream) { in PrintDataTo()
2310 return new(zone()) LTypeofIsAndBranch(UseRegister(instr->value())); in DoTypeofIsAndBranch()
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.h2243 class LTypeofIsAndBranch final : public LControlInstruction<1, 0> {
2245 explicit LTypeofIsAndBranch(LOperand* value) { in LTypeofIsAndBranch() function
Dlithium-mips64.cc225 void LTypeofIsAndBranch::PrintDataTo(StringStream* stream) { in PrintDataTo()
2262 return new(zone()) LTypeofIsAndBranch(UseTempRegister(instr->value())); in DoTypeofIsAndBranch()
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.h2173 class LTypeofIsAndBranch final : public LControlInstruction<1, 0> {
2175 explicit LTypeofIsAndBranch(LOperand* value) { inputs_[0] = value; } in LTypeofIsAndBranch() function
Dlithium-ppc.cc231 void LTypeofIsAndBranch::PrintDataTo(StringStream* stream) { in PrintDataTo()
2279 return new (zone()) LTypeofIsAndBranch(UseRegister(instr->value())); in DoTypeofIsAndBranch()
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.h2598 class LTypeofIsAndBranch final : public LControlInstruction<1, 2> {
2600 LTypeofIsAndBranch(LOperand* value, LOperand* temp1, LOperand* temp2) { in LTypeofIsAndBranch() function
Dlithium-arm64.cc188 void LTypeofIsAndBranch::PrintDataTo(StringStream* stream) { in PrintDataTo()
2322 return new(zone()) LTypeofIsAndBranch( in DoTypeofIsAndBranch()

12