We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f848d43 commit a63ef20Copy full SHA for a63ef20
ext/opcache/jit/zend_jit_ir.c
@@ -29,14 +29,8 @@
29
#elif defined(IR_TARGET_X64)
30
# define IR_REG_SP 4 /* IR_REG_RSP */
31
# define IR_REG_FP 5 /* IR_REG_RBP */
32
-# if 1 || GCC_GLOBAL_REGS
33
-# define ZREG_FP 14 /* IR_REG_R14 */
34
-# define ZREG_IP 15 /* IR_REG_R15 */
35
-# else
36
-/* Use callee-saved registers */
37
-# define ZREG_FP 14 /* IR_REG_R10 */
38
-# define ZREG_IP 15 /* IR_REG_R11 */
39
-# endif
+# define ZREG_FP 14 /* IR_REG_R14 */
+# define ZREG_IP 15 /* IR_REG_R15 */
40
# define ZREG_FIRST_FPR 16
41
# if defined(_WIN64)
42
# define IR_REGSET_PRESERVED ((1<<3) | (1<<5) | (1<<6) | (1<<7) | (1<<12) | (1<<13) | (1<<14) | (1<<15))
0 commit comments