Home
last modified time | relevance | path

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

12

/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/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.cc4515 void LCodeGen::DoDeferredTaggedToI(LTaggedToI* instr) { in DoDeferredTaggedToI()
4565 void LCodeGen::DoTaggedToI(LTaggedToI* instr) { in DoTaggedToI()
4568 DeferredTaggedToI(LCodeGen* codegen, LTaggedToI* instr) in DoTaggedToI()
4574 LTaggedToI* instr_; in DoTaggedToI()
/external/v8/src/crankshaft/s390/
Dlithium-codegen-s390.h101 void DoDeferredTaggedToI(LTaggedToI* instr);
Dlithium-s390.h1664 class LTaggedToI final : public LTemplateInstruction<1, 1, 2> {
1666 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.cc4301 void LCodeGen::DoDeferredTaggedToI(LTaggedToI* instr, Label* done) { in DoDeferredTaggedToI()
4344 void LCodeGen::DoTaggedToI(LTaggedToI* instr) { in DoTaggedToI()
4347 DeferredTaggedToI(LCodeGen* codegen, LTaggedToI* instr) in DoTaggedToI()
4353 LTaggedToI* instr_; in DoTaggedToI()
/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
Dlithium-codegen-ppc.cc4792 void LCodeGen::DoDeferredTaggedToI(LTaggedToI* instr) { in DoShiftI()
4841 void LCodeGen::DoTaggedToI(LTaggedToI* instr) { in DoShiftI()
4844 DeferredTaggedToI(LCodeGen* codegen, LTaggedToI* instr) in DoShiftI()
4850 LTaggedToI* instr_; in DoShiftI()
/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.cc4487 void LCodeGen::DoDeferredTaggedToI(LTaggedToI* instr) { in DoDeferredTaggedToI()
4548 void LCodeGen::DoTaggedToI(LTaggedToI* instr) { in DoTaggedToI()
4551 DeferredTaggedToI(LCodeGen* codegen, LTaggedToI* instr) in DoTaggedToI()
4557 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.cc4695 void LCodeGen::DoDeferredTaggedToI(LTaggedToI* instr) { in DoDeferredTaggedToI()
4756 void LCodeGen::DoTaggedToI(LTaggedToI* instr) { in DoTaggedToI()
4759 DeferredTaggedToI(LCodeGen* codegen, LTaggedToI* instr) in DoTaggedToI()
4765 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.cc5194 void LCodeGen::DoDeferredTaggedToI(LTaggedToI* instr, in DoDeferredTaggedToI()
5240 void LCodeGen::DoTaggedToI(LTaggedToI* instr) { in DoTaggedToI()
5243 DeferredTaggedToI(LCodeGen* codegen, LTaggedToI* instr) in DoTaggedToI()
5252 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