Home
last modified time | relevance | path

Searched defs:DECLARE_DO (Results 1 – 16 of 16) sorted by relevance

/external/v8/src/crankshaft/arm/
Dlithium-codegen-arm.h135 #define DECLARE_DO(type) void Do##type(L##type* node); macro
136 LITHIUM_CONCRETE_INSTRUCTION_LIST(DECLARE_DO) in LITHIUM_CONCRETE_INSTRUCTION_LIST() argument
Dlithium-arm.h2660 #define DECLARE_DO(type) LInstruction* Do##type(H##type* node); macro
/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.h126 #define DECLARE_DO(type) void Do##type(L##type* node); macro
127 LITHIUM_CONCRETE_INSTRUCTION_LIST(DECLARE_DO) in LITHIUM_CONCRETE_INSTRUCTION_LIST() argument
Dlithium-ppc.h2543 #define DECLARE_DO(type) LInstruction* Do##type(H##type* node); macro
/external/v8/src/crankshaft/mips/
Dlithium-codegen-mips.h134 #define DECLARE_DO(type) void Do##type(L##type* node); macro
135 LITHIUM_CONCRETE_INSTRUCTION_LIST(DECLARE_DO) in LITHIUM_CONCRETE_INSTRUCTION_LIST() argument
Dlithium-mips.h2619 #define DECLARE_DO(type) LInstruction* Do##type(H##type* node); macro
/external/v8/src/crankshaft/mips64/
Dlithium-codegen-mips64.h136 #define DECLARE_DO(type) void Do##type(L##type* node); macro
137 LITHIUM_CONCRETE_INSTRUCTION_LIST(DECLARE_DO) in LITHIUM_CONCRETE_INSTRUCTION_LIST() argument
Dlithium-mips64.h2665 #define DECLARE_DO(type) LInstruction* Do##type(H##type* node); macro
/external/v8/src/crankshaft/x64/
Dlithium-codegen-x64.h111 #define DECLARE_DO(type) void Do##type(L##type* node); macro
112 LITHIUM_CONCRETE_INSTRUCTION_LIST(DECLARE_DO) in LITHIUM_CONCRETE_INSTRUCTION_LIST() argument
Dlithium-x64.h2639 #define DECLARE_DO(type) LInstruction* Do##type(H##type* node); macro
/external/v8/src/crankshaft/ia32/
Dlithium-codegen-ia32.h117 #define DECLARE_DO(type) void Do##type(L##type* node); macro
118 LITHIUM_CONCRETE_INSTRUCTION_LIST(DECLARE_DO) in LITHIUM_CONCRETE_INSTRUCTION_LIST() argument
Dlithium-ia32.h2653 #define DECLARE_DO(type) LInstruction* Do##type(H##type* node); macro
/external/v8/src/crankshaft/arm64/
Dlithium-codegen-arm64.h103 #define DECLARE_DO(type) void Do##type(L##type* node); macro
104 LITHIUM_CONCRETE_INSTRUCTION_LIST(DECLARE_DO) in LITHIUM_CONCRETE_INSTRUCTION_LIST() argument
Dlithium-arm64.h3007 #define DECLARE_DO(type) LInstruction* Do##type(H##type* node); macro
/external/v8/src/crankshaft/x87/
Dlithium-codegen-x87.h152 #define DECLARE_DO(type) void Do##type(L##type* node); macro
153 LITHIUM_CONCRETE_INSTRUCTION_LIST(DECLARE_DO) in LITHIUM_CONCRETE_INSTRUCTION_LIST() argument
Dlithium-x87.h2667 #define DECLARE_DO(type) LInstruction* Do##type(H##type* node); macro