Home
last modified time | relevance | path

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

12

/external/v8/src/crankshaft/arm/
Dlithium-codegen-arm.h95 void DoDeferredNumberTagD(LNumberTagD* instr);
Dlithium-arm.h1873 class LNumberTagD final : public LTemplateInstruction<1, 1, 2> {
1875 LNumberTagD(LOperand* value, LOperand* temp, LOperand* temp2) { in LNumberTagD() function
Dlithium-arm.cc1861 LNumberTagD* result = new(zone()) LNumberTagD(value, temp1, temp2); in DoChange()
/external/v8/src/crankshaft/s390/
Dlithium-codegen-s390.h94 void DoDeferredNumberTagD(LNumberTagD* instr);
Dlithium-s390.h1709 class LNumberTagD final : public LTemplateInstruction<1, 1, 2> {
1711 LNumberTagD(LOperand* value, LOperand* temp, LOperand* temp2) { in LNumberTagD() function
Dlithium-s390.cc1676 LNumberTagD* result = new (zone()) LNumberTagD(value, temp1, temp2); in DoChange()
/external/v8/src/crankshaft/x64/
Dlithium-codegen-x64.h80 void DoDeferredNumberTagD(LNumberTagD* instr);
Dlithium-x64.h1889 class LNumberTagD final : public LTemplateInstruction<1, 1, 1> {
1891 explicit LNumberTagD(LOperand* value, LOperand* temp) { in LNumberTagD() function
Dlithium-x64.cc1847 LNumberTagD* result = new(zone()) LNumberTagD(value, temp); in DoChange()
/external/v8/src/crankshaft/ia32/
Dlithium-codegen-ia32.h83 void DoDeferredNumberTagD(LNumberTagD* instr);
Dlithium-ia32.h1892 class LNumberTagD final : public LTemplateInstruction<1, 1, 1> {
1894 LNumberTagD(LOperand* value, LOperand* temp) { in LNumberTagD() function
Dlithium-ia32.cc1859 LNumberTagD* result = new(zone()) LNumberTagD(value, temp); in DoChange()
/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.h95 void DoDeferredNumberTagD(LNumberTagD* instr);
Dlithium-ppc.h1833 class LNumberTagD final : public LTemplateInstruction<1, 1, 2> {
1835 LNumberTagD(LOperand* value, LOperand* temp, LOperand* temp2) { in LNumberTagD() function
Dlithium-ppc.cc1838 LNumberTagD* result = new (zone()) LNumberTagD(value, temp1, temp2); in DoChange()
/external/v8/src/crankshaft/mips/
Dlithium-codegen-mips.h94 void DoDeferredNumberTagD(LNumberTagD* instr);
Dlithium-mips.h1837 class LNumberTagD final : public LTemplateInstruction<1, 1, 2> {
1839 LNumberTagD(LOperand* value, LOperand* temp, LOperand* temp2) { in LNumberTagD() function
/external/v8/src/crankshaft/mips64/
Dlithium-codegen-mips64.h95 void DoDeferredNumberTagD(LNumberTagD* instr);
Dlithium-mips64.h1883 class LNumberTagD final : public LTemplateInstruction<1, 1, 2> {
1885 LNumberTagD(LOperand* value, LOperand* temp, LOperand* temp2) { in LNumberTagD() function
Dlithium-mips64.cc1815 LNumberTagD* result = new(zone()) LNumberTagD(value, temp1, temp2); in DoChange()
/external/v8/src/crankshaft/arm64/
Dlithium-codegen-arm64.h111 void DoDeferredNumberTagD(LNumberTagD* instr);
Dlithium-arm64.h2017 class LNumberTagD final : public LTemplateInstruction<1, 1, 2> {
2019 LNumberTagD(LOperand* value, LOperand* temp1, LOperand* temp2) { in LNumberTagD() function
Dlithium-arm64.cc1082 LNumberTagD* result = new(zone()) LNumberTagD(value, temp1, temp2); in DoChange()
/external/v8/src/crankshaft/x87/
Dlithium-codegen-x87.h118 void DoDeferredNumberTagD(LNumberTagD* instr);
Dlithium-x87.h1882 class LNumberTagD final : public LTemplateInstruction<1, 1, 1> {
1884 LNumberTagD(LOperand* value, LOperand* temp) { in LNumberTagD() function

12