Home
last modified time | relevance | path

Searched refs:FP (Results 1 – 9 of 9) sorted by relevance

/PHP-8.4/Zend/asm/
H A Dmake_sparc64_sysv_elf_gas.S13 #define FP 112 macro
37 stx %g0, [%i0 + CC64FSZ + FP]
H A Djump_mips32_o32_elf_gas.S59 sw $fp, 80($sp) # save FP
96 lw $fp, 80($sp) # restore FP
H A Djump_mips64_n64_elf_gas.S66 sd $fp, 128($sp) # save FP
106 ld $fp, 128($sp) # restore FP
H A Dmake_arm64_aapcs_pe_armasm.asm41 ;* | x27 | x28 | FP | LR | *
H A Djump_arm64_aapcs_pe_armasm.asm41 ;* | x27 | x28 | FP | LR | *
/PHP-8.4/ext/opcache/tests/
H A Dcompact_literals.phpt84 public static $F = "FP";
94 var_dumP(F::$F); //"FP"
185 string(2) "FP"
/PHP-8.4/Zend/
H A DZend.m4310 register void *FP __asm__(ZEND_VM_FP_GLOBAL_REG);
314 void *orig_fp = FP;
316 FP = fp;
318 FP = orig_fp;
/PHP-8.4/ext/opcache/jit/ir/
H A Dir_x86.dasc8516 ir_reg tmp_fp_reg = IR_REG_FP_LAST; /* Temporary register for FP loads and swap */
8738 /* WIN64 calling convention requires duplcation of parameters passed in FP register into GP ones */
H A Dir_aarch64.dasc4668 ir_reg tmp_fp_reg = IR_REG_FP_LAST; /* Temporary register for FP loads and swap */

Completed in 52 milliseconds