Searched defs:GP_PARAM_REGISTERS (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/compiler/ |
D | wasm-linkage.cc | 63 #define GP_PARAM_REGISTERS eax, edx, ecx, ebx, esi macro 72 #define GP_PARAM_REGISTERS rax, rdx, rcx, rbx, rsi, rdi macro 81 #define GP_PARAM_REGISTERS eax, edx, ecx, ebx, esi macro 89 #define GP_PARAM_REGISTERS r0, r1, r2, r3 macro 98 #define GP_PARAM_REGISTERS x0, x1, x2, x3, x4, x5, x6, x7 macro 107 #define GP_PARAM_REGISTERS a0, a1, a2, a3 macro 116 #define GP_PARAM_REGISTERS a0, a1, a2, a3, a4, a5, a6, a7 macro 125 #define GP_PARAM_REGISTERS r3, r4, r5, r6, r7, r8, r9, r10 macro 134 #define GP_PARAM_REGISTERS r2, r3, r4, r5, r6 macro 143 #define GP_PARAM_REGISTERS r2, r3, r4, r5, r6 macro
|