Home
last modified time | relevance | path

Searched refs:LTaggedToI (Results 1 – 25 of 32) sorted by relevance

12

/external/v8/src/crankshaft/arm/
Dlithium-codegen-arm.h106 void DoDeferredTaggedToI(LTaggedToI* instr);
Dlithium-arm.h2020 class LTaggedToI final : public LTemplateInstruction<1, 1, 2> {
2022 LTaggedToI(LOperand* value, in LTaggedToI() function
Dlithium-codegen-arm.cc4701 void LCodeGen::DoDeferredTaggedToI(LTaggedToI* instr) { in DoDeferredTaggedToI()
4773 void LCodeGen::DoTaggedToI(LTaggedToI* instr) { in DoTaggedToI()
4776 DeferredTaggedToI(LCodeGen* codegen, LTaggedToI* instr) in DoTaggedToI()
4782 LTaggedToI* instr_; in DoTaggedToI()
/external/v8/src/crankshaft/x64/
Dlithium-codegen-x64.h91 void DoDeferredTaggedToI(LTaggedToI* instr, Label* done);
Dlithium-x64.h2004 class LTaggedToI final : public LTemplateInstruction<1, 1, 1> {
2006 LTaggedToI(LOperand* value, LOperand* temp) { in LTaggedToI() function
Dlithium-codegen-x64.cc4792 void LCodeGen::DoDeferredTaggedToI(LTaggedToI* instr, Label* done) { in DoDeferredTaggedToI()
4847 void LCodeGen::DoTaggedToI(LTaggedToI* instr) { in DoTaggedToI()
4850 DeferredTaggedToI(LCodeGen* codegen, LTaggedToI* instr) in DoTaggedToI()
4856 LTaggedToI* instr_; in DoTaggedToI()
/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.h102 void DoDeferredTaggedToI(LTaggedToI* instr);
Dlithium-ppc.h1942 class LTaggedToI final : public LTemplateInstruction<1, 1, 2> {
1944 LTaggedToI(LOperand* value, LOperand* temp, LOperand* temp2) { in LTaggedToI() function
Dlithium-codegen-ppc.cc4962 void LCodeGen::DoDeferredTaggedToI(LTaggedToI* instr) { in DoShiftI()
5036 void LCodeGen::DoTaggedToI(LTaggedToI* instr) { in DoShiftI()
5039 DeferredTaggedToI(LCodeGen* codegen, LTaggedToI* instr) in DoShiftI()
5045 LTaggedToI* instr_; in DoShiftI()
/external/v8/src/crankshaft/ia32/
Dlithium-codegen-ia32.h95 void DoDeferredTaggedToI(LTaggedToI* instr, Label* done);
Dlithium-ia32.h2012 class LTaggedToI final : public LTemplateInstruction<1, 1, 1> {
2014 LTaggedToI(LOperand* value, LOperand* temp) { in LTaggedToI() function
Dlithium-codegen-ia32.cc4576 void LCodeGen::DoDeferredTaggedToI(LTaggedToI* instr, Label* done) { in DoDeferredTaggedToI()
4635 void LCodeGen::DoTaggedToI(LTaggedToI* instr) { in DoTaggedToI()
4638 DeferredTaggedToI(LCodeGen* codegen, LTaggedToI* instr) in DoTaggedToI()
4644 LTaggedToI* instr_; in DoTaggedToI()
/external/v8/src/crankshaft/mips/
Dlithium-codegen-mips.h105 void DoDeferredTaggedToI(LTaggedToI* instr);
Dlithium-mips.h1983 class LTaggedToI final : public LTemplateInstruction<1, 1, 2> {
1985 LTaggedToI(LOperand* value, in LTaggedToI() function
Dlithium-codegen-mips.cc4676 void LCodeGen::DoDeferredTaggedToI(LTaggedToI* instr) { in DoDeferredTaggedToI()
4759 void LCodeGen::DoTaggedToI(LTaggedToI* instr) { in DoTaggedToI()
4762 DeferredTaggedToI(LCodeGen* codegen, LTaggedToI* instr) in DoTaggedToI()
4768 LTaggedToI* instr_; in DoTaggedToI()
/external/v8/src/crankshaft/mips64/
Dlithium-codegen-mips64.h106 void DoDeferredTaggedToI(LTaggedToI* instr);
Dlithium-mips64.h2029 class LTaggedToI final : public LTemplateInstruction<1, 1, 2> {
2031 LTaggedToI(LOperand* value, in LTaggedToI() function
Dlithium-codegen-mips64.cc4880 void LCodeGen::DoDeferredTaggedToI(LTaggedToI* instr) { in DoDeferredTaggedToI()
4963 void LCodeGen::DoTaggedToI(LTaggedToI* instr) { in DoTaggedToI()
4966 DeferredTaggedToI(LCodeGen* codegen, LTaggedToI* instr) in DoTaggedToI()
4972 LTaggedToI* instr_; in DoTaggedToI()
Dlithium-mips64.cc1873 DefineSameAsFirst(new(zone()) LTaggedToI(value, temp1, temp2)); in DoChange()
/external/v8/src/crankshaft/arm64/
Dlithium-codegen-arm64.h126 void DoDeferredTaggedToI(LTaggedToI* instr,
Dlithium-arm64.h2633 class LTaggedToI final : public LTemplateInstruction<1, 1, 2> {
2635 explicit LTaggedToI(LOperand* value, LOperand* temp1, LOperand* temp2) { in LTaggedToI() function
Dlithium-codegen-arm64.cc5349 void LCodeGen::DoDeferredTaggedToI(LTaggedToI* instr, in DoDeferredTaggedToI()
5407 void LCodeGen::DoTaggedToI(LTaggedToI* instr) { in DoTaggedToI()
5410 DeferredTaggedToI(LCodeGen* codegen, LTaggedToI* instr) in DoTaggedToI()
5419 LTaggedToI* instr_; in DoTaggedToI()
/external/v8/src/crankshaft/x87/
Dlithium-codegen-x87.h130 void DoDeferredTaggedToI(LTaggedToI* instr, Label* done);
Dlithium-x87.h2018 class LTaggedToI final : public LTemplateInstruction<1, 1, 0> {
2020 explicit LTaggedToI(LOperand* value) { in LTaggedToI() function
Dlithium-codegen-x87.cc5018 void LCodeGen::DoDeferredTaggedToI(LTaggedToI* instr, Label* done) { in DoDeferredTaggedToI()
5108 void LCodeGen::DoTaggedToI(LTaggedToI* instr) { in DoTaggedToI()
5112 LTaggedToI* instr, in DoTaggedToI()
5119 LTaggedToI* instr_; in DoTaggedToI()

12