Home
last modified time | relevance | path

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

12

/external/v8/src/crankshaft/arm/
Dlithium-codegen-arm.h104 void DoDeferredTaggedToI(LTaggedToI* instr);
Dlithium-arm.h1829 class LTaggedToI final : public LTemplateInstruction<1, 1, 2> {
1831 LTaggedToI(LOperand* value, in LTaggedToI() function
Dlithium-codegen-arm.cc4519 void LCodeGen::DoDeferredTaggedToI(LTaggedToI* instr) { in DoDeferredTaggedToI()
4569 void LCodeGen::DoTaggedToI(LTaggedToI* instr) { in DoTaggedToI()
4572 DeferredTaggedToI(LCodeGen* codegen, LTaggedToI* instr) in DoTaggedToI()
4578 LTaggedToI* instr_; in DoTaggedToI()
/external/v8/src/crankshaft/s390/
Dlithium-codegen-s390.h101 void DoDeferredTaggedToI(LTaggedToI* instr);
Dlithium-s390.h1649 class LTaggedToI final : public LTemplateInstruction<1, 1, 2> {
1651 LTaggedToI(LOperand* value, LOperand* temp, LOperand* temp2) { in LTaggedToI() function
Dlithium-codegen-s390.cc4744 void LCodeGen::DoDeferredTaggedToI(LTaggedToI* instr) { in DoShiftI()
4792 void LCodeGen::DoTaggedToI(LTaggedToI* instr) { in DoShiftI()
4795 DeferredTaggedToI(LCodeGen* codegen, LTaggedToI* instr) in DoShiftI()
4801 LTaggedToI* instr_; in DoShiftI()
/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.h102 void DoDeferredTaggedToI(LTaggedToI* instr);
Dlithium-ppc.h1786 class LTaggedToI final : public LTemplateInstruction<1, 1, 2> {
1788 LTaggedToI(LOperand* value, LOperand* temp, LOperand* temp2) { in LTaggedToI() function
/external/v8/src/crankshaft/ia32/
Dlithium-codegen-ia32.h91 void DoDeferredTaggedToI(LTaggedToI* instr, Label* done);
Dlithium-ia32.h1846 class LTaggedToI final : public LTemplateInstruction<1, 1, 1> {
1848 LTaggedToI(LOperand* value, LOperand* temp) { in LTaggedToI() function
Dlithium-codegen-ia32.cc4304 void LCodeGen::DoDeferredTaggedToI(LTaggedToI* instr, Label* done) { in DoDeferredTaggedToI()
4347 void LCodeGen::DoTaggedToI(LTaggedToI* instr) { in DoTaggedToI()
4350 DeferredTaggedToI(LCodeGen* codegen, LTaggedToI* instr) in DoTaggedToI()
4356 LTaggedToI* instr_; in DoTaggedToI()
/external/v8/src/crankshaft/x64/
Dlithium-codegen-x64.h89 void DoDeferredTaggedToI(LTaggedToI* instr, Label* done);
Dlithium-x64.h1839 class LTaggedToI final : public LTemplateInstruction<1, 1, 1> {
1841 LTaggedToI(LOperand* value, LOperand* temp) { in LTaggedToI() function
Dlithium-codegen-x64.cc4591 void LCodeGen::DoDeferredTaggedToI(LTaggedToI* instr, Label* done) { in DoDeferredTaggedToI()
4630 void LCodeGen::DoTaggedToI(LTaggedToI* instr) { in DoTaggedToI()
4633 DeferredTaggedToI(LCodeGen* codegen, LTaggedToI* instr) in DoTaggedToI()
4639 LTaggedToI* instr_; in DoTaggedToI()
/external/v8/src/crankshaft/mips64/
Dlithium-codegen-mips64.h104 void DoDeferredTaggedToI(LTaggedToI* instr);
Dlithium-mips64.h1838 class LTaggedToI final : public LTemplateInstruction<1, 1, 2> {
1840 LTaggedToI(LOperand* value, in LTaggedToI() function
Dlithium-codegen-mips64.cc4683 void LCodeGen::DoDeferredTaggedToI(LTaggedToI* instr) { in DoDeferredTaggedToI()
4744 void LCodeGen::DoTaggedToI(LTaggedToI* instr) { in DoTaggedToI()
4747 DeferredTaggedToI(LCodeGen* codegen, LTaggedToI* instr) in DoTaggedToI()
4753 LTaggedToI* instr_; in DoTaggedToI()
/external/v8/src/crankshaft/mips/
Dlithium-codegen-mips.h103 void DoDeferredTaggedToI(LTaggedToI* instr);
Dlithium-mips.h1792 class LTaggedToI final : public LTemplateInstruction<1, 1, 2> {
1794 LTaggedToI(LOperand* value, in LTaggedToI() function
Dlithium-codegen-mips.cc4490 void LCodeGen::DoDeferredTaggedToI(LTaggedToI* instr) { in DoDeferredTaggedToI()
4551 void LCodeGen::DoTaggedToI(LTaggedToI* instr) { in DoTaggedToI()
4554 DeferredTaggedToI(LCodeGen* codegen, LTaggedToI* instr) in DoTaggedToI()
4560 LTaggedToI* instr_; in DoTaggedToI()
/external/v8/src/crankshaft/arm64/
Dlithium-codegen-arm64.h124 void DoDeferredTaggedToI(LTaggedToI* instr,
Dlithium-arm64.h2367 class LTaggedToI final : public LTemplateInstruction<1, 1, 2> {
2369 explicit LTaggedToI(LOperand* value, LOperand* temp1, LOperand* temp2) { in LTaggedToI() function
Dlithium-codegen-arm64.cc5206 void LCodeGen::DoDeferredTaggedToI(LTaggedToI* instr, in DoDeferredTaggedToI()
5252 void LCodeGen::DoTaggedToI(LTaggedToI* instr) { in DoTaggedToI()
5255 DeferredTaggedToI(LCodeGen* codegen, LTaggedToI* instr) in DoTaggedToI()
5264 LTaggedToI* instr_; in DoTaggedToI()
/external/v8/src/crankshaft/x87/
Dlithium-codegen-x87.h126 void DoDeferredTaggedToI(LTaggedToI* instr, Label* done);
Dlithium-x87.h1834 class LTaggedToI final : public LTemplateInstruction<1, 1, 0> {
1836 explicit LTaggedToI(LOperand* value) { in LTaggedToI() function

12