Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/mips/
Dlithium-codegen-mips.h132 #define DECLARE_DO(type) void Do##type(L##type* node); macro
133 LITHIUM_CONCRETE_INSTRUCTION_LIST(DECLARE_DO) in LITHIUM_CONCRETE_INSTRUCTION_LIST() argument
Dlithium-mips.h2323 #define DECLARE_DO(type) LInstruction* Do##type(H##type* node); macro
/external/v8/src/crankshaft/arm/
Dlithium-codegen-arm.h133 #define DECLARE_DO(type) void Do##type(L##type* node); macro
134 LITHIUM_CONCRETE_INSTRUCTION_LIST(DECLARE_DO) in LITHIUM_CONCRETE_INSTRUCTION_LIST() argument
Dlithium-arm.h2364 #define DECLARE_DO(type) LInstruction* Do##type(H##type* node); macro
/external/v8/src/crankshaft/s390/
Dlithium-codegen-s390.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-s390.h2138 #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.h2290 #define DECLARE_DO(type) LInstruction* Do##type(H##type* node); macro
/external/v8/src/crankshaft/mips64/
Dlithium-codegen-mips64.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-mips64.h2369 #define DECLARE_DO(type) LInstruction* Do##type(H##type* node); macro
/external/v8/src/crankshaft/x64/
Dlithium-codegen-x64.h109 #define DECLARE_DO(type) void Do##type(L##type* node); macro
110 LITHIUM_CONCRETE_INSTRUCTION_LIST(DECLARE_DO) in LITHIUM_CONCRETE_INSTRUCTION_LIST() argument
Dlithium-x64.h2367 #define DECLARE_DO(type) LInstruction* Do##type(H##type* node); macro
/external/v8/src/crankshaft/ia32/
Dlithium-codegen-ia32.h113 #define DECLARE_DO(type) void Do##type(L##type* node); macro
114 LITHIUM_CONCRETE_INSTRUCTION_LIST(DECLARE_DO) in LITHIUM_CONCRETE_INSTRUCTION_LIST() argument
Dlithium-ia32.h2381 #define DECLARE_DO(type) LInstruction* Do##type(H##type* node); macro
/external/v8/src/crankshaft/arm64/
Dlithium-codegen-arm64.h101 #define DECLARE_DO(type) void Do##type(L##type* node); macro
102 LITHIUM_CONCRETE_INSTRUCTION_LIST(DECLARE_DO) in LITHIUM_CONCRETE_INSTRUCTION_LIST() argument
Dlithium-arm64.h2699 #define DECLARE_DO(type) LInstruction* Do##type(H##type* node); macro
/external/v8/src/crankshaft/x87/
Dlithium-codegen-x87.h148 #define DECLARE_DO(type) void Do##type(L##type* node); macro
149 LITHIUM_CONCRETE_INSTRUCTION_LIST(DECLARE_DO) in LITHIUM_CONCRETE_INSTRUCTION_LIST() argument
Dlithium-x87.h2377 #define DECLARE_DO(type) LInstruction* Do##type(H##type* node); macro