Searched refs:DECLARE_DO (Results 1 - 18 of 18) sorted by relevance

/external/v8/src/crankshaft/arm/
H A Dlithium-codegen-arm.h133 #define DECLARE_DO(type) void Do##type(L##type* node); macro
134 LITHIUM_CONCRETE_INSTRUCTION_LIST(DECLARE_DO)
135 #undef DECLARE_DO macro
H A Dlithium-arm.h2521 #define DECLARE_DO(type) LInstruction* Do##type(H##type* node); macro
2522 HYDROGEN_CONCRETE_INSTRUCTION_LIST(DECLARE_DO)
2523 #undef DECLARE_DO macro
/external/v8/src/crankshaft/arm64/
H A Dlithium-codegen-arm64.h101 #define DECLARE_DO(type) void Do##type(L##type* node); macro
102 LITHIUM_CONCRETE_INSTRUCTION_LIST(DECLARE_DO)
103 #undef DECLARE_DO macro
H A Dlithium-arm64.h2860 #define DECLARE_DO(type) LInstruction* Do##type(H##type* node); macro
2861 HYDROGEN_CONCRETE_INSTRUCTION_LIST(DECLARE_DO)
2862 #undef DECLARE_DO macro
/external/v8/src/crankshaft/ia32/
H A Dlithium-codegen-ia32.h113 #define DECLARE_DO(type) void Do##type(L##type* node); macro
114 LITHIUM_CONCRETE_INSTRUCTION_LIST(DECLARE_DO)
115 #undef DECLARE_DO macro
H A Dlithium-ia32.h2537 #define DECLARE_DO(type) LInstruction* Do##type(H##type* node); macro
2538 HYDROGEN_CONCRETE_INSTRUCTION_LIST(DECLARE_DO)
2539 #undef DECLARE_DO macro
/external/v8/src/crankshaft/mips/
H A Dlithium-codegen-mips.h132 #define DECLARE_DO(type) void Do##type(L##type* node); macro
133 LITHIUM_CONCRETE_INSTRUCTION_LIST(DECLARE_DO)
134 #undef DECLARE_DO macro
H A Dlithium-mips.h2481 #define DECLARE_DO(type) LInstruction* Do##type(H##type* node); macro
2482 HYDROGEN_CONCRETE_INSTRUCTION_LIST(DECLARE_DO)
2483 #undef DECLARE_DO macro
/external/v8/src/crankshaft/mips64/
H A Dlithium-codegen-mips64.h134 #define DECLARE_DO(type) void Do##type(L##type* node); macro
135 LITHIUM_CONCRETE_INSTRUCTION_LIST(DECLARE_DO)
136 #undef DECLARE_DO macro
H A Dlithium-mips64.h2527 #define DECLARE_DO(type) LInstruction* Do##type(H##type* node); macro
2528 HYDROGEN_CONCRETE_INSTRUCTION_LIST(DECLARE_DO)
2529 #undef DECLARE_DO macro
/external/v8/src/crankshaft/ppc/
H A Dlithium-codegen-ppc.h126 #define DECLARE_DO(type) void Do##type(L##type* node); macro
127 LITHIUM_CONCRETE_INSTRUCTION_LIST(DECLARE_DO)
128 #undef DECLARE_DO macro
H A Dlithium-ppc.h2444 #define DECLARE_DO(type) LInstruction* Do##type(H##type* node); macro
2445 HYDROGEN_CONCRETE_INSTRUCTION_LIST(DECLARE_DO)
2446 #undef DECLARE_DO macro
/external/v8/src/crankshaft/s390/
H A Dlithium-codegen-s390.h126 #define DECLARE_DO(type) void Do##type(L##type* node); macro
127 LITHIUM_CONCRETE_INSTRUCTION_LIST(DECLARE_DO)
128 #undef DECLARE_DO macro
H A Dlithium-s390.h2284 #define DECLARE_DO(type) LInstruction* Do##type(H##type* node); macro
2285 HYDROGEN_CONCRETE_INSTRUCTION_LIST(DECLARE_DO)
2286 #undef DECLARE_DO macro
/external/v8/src/crankshaft/x64/
H A Dlithium-codegen-x64.h109 #define DECLARE_DO(type) void Do##type(L##type* node); macro
110 LITHIUM_CONCRETE_INSTRUCTION_LIST(DECLARE_DO)
111 #undef DECLARE_DO macro
H A Dlithium-x64.h2526 #define DECLARE_DO(type) LInstruction* Do##type(H##type* node); macro
2527 HYDROGEN_CONCRETE_INSTRUCTION_LIST(DECLARE_DO)
2528 #undef DECLARE_DO macro
/external/v8/src/crankshaft/x87/
H A Dlithium-codegen-x87.h148 #define DECLARE_DO(type) void Do##type(L##type* node); macro
149 LITHIUM_CONCRETE_INSTRUCTION_LIST(DECLARE_DO)
150 #undef DECLARE_DO macro
H A Dlithium-x87.h2533 #define DECLARE_DO(type) LInstruction* Do##type(H##type* node); macro
2534 HYDROGEN_CONCRETE_INSTRUCTION_LIST(DECLARE_DO)
2535 #undef DECLARE_DO macro

Completed in 134 milliseconds