Home
last modified time | relevance | path

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

12

/external/chromium_org/v8/src/ia32/
Dlithium-codegen-ia32.h101 void DoDeferredTaggedToI(LTaggedToI* instr, Label* done);
Dlithium-ia32.h2139 class LTaggedToI FINAL : public LTemplateInstruction<1, 1, 1> {
2141 LTaggedToI(LOperand* value, LOperand* temp) { in LTaggedToI() function
Dlithium-codegen-ia32.cc4719 void LCodeGen::DoDeferredTaggedToI(LTaggedToI* instr, Label* done) { in DoDeferredTaggedToI()
4777 void LCodeGen::DoTaggedToI(LTaggedToI* instr) { in DoTaggedToI()
4780 DeferredTaggedToI(LCodeGen* codegen, LTaggedToI* instr) in DoTaggedToI()
4787 LTaggedToI* instr_; in DoTaggedToI()
/external/chromium_org/v8/src/arm/
Dlithium-codegen-arm.h112 void DoDeferredTaggedToI(LTaggedToI* instr);
Dlithium-arm.h2130 class LTaggedToI FINAL : public LTemplateInstruction<1, 1, 2> {
2132 LTaggedToI(LOperand* value, in LTaggedToI() function
Dlithium-codegen-arm.cc4925 void LCodeGen::DoDeferredTaggedToI(LTaggedToI* instr) { in DoDeferredTaggedToI()
4997 void LCodeGen::DoTaggedToI(LTaggedToI* instr) { in DoTaggedToI()
5000 DeferredTaggedToI(LCodeGen* codegen, LTaggedToI* instr) in DoTaggedToI()
5007 LTaggedToI* instr_; in DoTaggedToI()
Dlithium-arm.cc1935 DefineSameAsFirst(new(zone()) LTaggedToI(value, temp1, temp2)); in DoChange()
/external/chromium_org/v8/src/x64/
Dlithium-codegen-x64.h95 void DoDeferredTaggedToI(LTaggedToI* instr, Label* done);
Dlithium-x64.h2126 class LTaggedToI FINAL : public LTemplateInstruction<1, 1, 1> {
2128 LTaggedToI(LOperand* value, LOperand* temp) { in LTaggedToI() function
Dlithium-codegen-x64.cc4927 void LCodeGen::DoDeferredTaggedToI(LTaggedToI* instr, Label* done) { in DoDeferredTaggedToI()
4981 void LCodeGen::DoTaggedToI(LTaggedToI* instr) { in DoTaggedToI()
4984 DeferredTaggedToI(LCodeGen* codegen, LTaggedToI* instr) in DoTaggedToI()
4991 LTaggedToI* instr_; in DoTaggedToI()
/external/chromium_org/v8/src/mips/
Dlithium-codegen-mips.h110 void DoDeferredTaggedToI(LTaggedToI* instr);
Dlithium-mips.h2094 class LTaggedToI FINAL : public LTemplateInstruction<1, 1, 2> {
2096 LTaggedToI(LOperand* value, in LTaggedToI() function
Dlithium-codegen-mips.cc4879 void LCodeGen::DoDeferredTaggedToI(LTaggedToI* instr) { in DoDeferredTaggedToI()
4959 void LCodeGen::DoTaggedToI(LTaggedToI* instr) { in DoTaggedToI()
4962 DeferredTaggedToI(LCodeGen* codegen, LTaggedToI* instr) in DoTaggedToI()
4969 LTaggedToI* instr_; in DoTaggedToI()
Dlithium-mips.cc1884 DefineSameAsFirst(new(zone()) LTaggedToI(value, temp1, temp2)); in DoChange()
/external/chromium_org/v8/src/mips64/
Dlithium-codegen-mips64.h111 void DoDeferredTaggedToI(LTaggedToI* instr);
Dlithium-mips64.h2078 class LTaggedToI FINAL : public LTemplateInstruction<1, 1, 2> {
2080 LTaggedToI(LOperand* value, in LTaggedToI() function
Dlithium-codegen-mips64.cc4911 void LCodeGen::DoDeferredTaggedToI(LTaggedToI* instr) { in DoDeferredTaggedToI()
4991 void LCodeGen::DoTaggedToI(LTaggedToI* instr) { in DoTaggedToI()
4994 DeferredTaggedToI(LCodeGen* codegen, LTaggedToI* instr) in DoTaggedToI()
5001 LTaggedToI* instr_; in DoTaggedToI()
Dlithium-mips64.cc1885 DefineSameAsFirst(new(zone()) LTaggedToI(value, temp1, temp2)); in DoChange()
/external/chromium_org/v8/src/arm64/
Dlithium-codegen-arm64.h135 void DoDeferredTaggedToI(LTaggedToI* instr,
Dlithium-arm64.h2715 class LTaggedToI FINAL : public LTemplateInstruction<1, 1, 2> {
2717 explicit LTaggedToI(LOperand* value, LOperand* temp1, LOperand* temp2) { in LTaggedToI() function
Dlithium-codegen-arm64.cc5586 void LCodeGen::DoDeferredTaggedToI(LTaggedToI* instr, in DoDeferredTaggedToI()
5643 void LCodeGen::DoTaggedToI(LTaggedToI* instr) { in DoTaggedToI()
5646 DeferredTaggedToI(LCodeGen* codegen, LTaggedToI* instr) in DoTaggedToI()
5655 LTaggedToI* instr_; in DoTaggedToI()
/external/chromium_org/v8/src/x87/
Dlithium-codegen-x87.h135 void DoDeferredTaggedToI(LTaggedToI* instr, Label* done);
Dlithium-x87.h2147 class LTaggedToI FINAL : public LTemplateInstruction<1, 1, 0> {
2149 explicit LTaggedToI(LOperand* value) { in LTaggedToI() function
Dlithium-codegen-x87.cc5195 void LCodeGen::DoDeferredTaggedToI(LTaggedToI* instr, Label* done) { in DoDeferredTaggedToI()
5284 void LCodeGen::DoTaggedToI(LTaggedToI* instr) { in DoTaggedToI()
5288 LTaggedToI* instr, in DoTaggedToI()
5296 LTaggedToI* instr_; in DoTaggedToI()
Dlithium-x87.cc1934 LInstruction* result = DefineSameAsFirst(new(zone()) LTaggedToI(value)); in DoChange()

12