/ext-fiber/boost/asm/ |
H A D | make_mips64_n64_elf_gas.S | 64 # reserve space for context-data on context-stack 69 # save global pointer in context-data 79 jr $ra # return pointer to context-data
|
H A D | make_arm64_aapcs_macho_gas.S | 62 ; reserve space for context-data on context-stack 75 ret lr ; return pointer to context-data (x0)
|
H A D | make_arm_aapcs_macho_gas.S | 48 @ reserve space for context-data on context-stack 65 bx lr @ return pointer to context-data
|
H A D | make_arm_aapcs_elf_gas.S | 51 @ reserve space for context-data on context-stack 71 bx lr @ return pointer to context-data
|
H A D | make_mips32_o32_elf_gas.S | 57 # reserve space for context-data on context-stack 68 # save global pointer in context-data 81 jr $ra # return pointer to context-data
|
H A D | jump_mips32_o32_elf_gas.S | 73 # store SP (pointing to context-data) in A0 76 # restore SP (pointing to context-data) from A1 108 sw $a2, 4($v0) # data of transfer_t 110 # A0 == fctx, A1 == data
|
H A D | jump_arm_aapcs_elf_gas.S | 60 @ store RSP (pointing to context-data) in A1 63 @ restore RSP (pointing to context-data) from A2
|
H A D | jump_arm_aapcs_macho_gas.S | 66 @ store RSP (pointing to context-data) in A1 69 @ restore RSP (pointing to context-data) from A2
|
H A D | jump_arm64_aapcs_macho_gas.S | 78 ; store RSP (pointing to context-data) in X0 81 ; restore RSP (pointing to context-data) from X1
|
H A D | make_ppc32_sysv_xcoff_gas.S | 90 # reserve space for context-data on context-stack 124 blr # return pointer to context-data
|
H A D | make_ppc64_sysv_xcoff_gas.S | 20 # reserve space for context-data on context-stack 54 blr # return pointer to context-data
|
H A D | jump_arm64_aapcs_elf_gas.S | 80 # store RSP (pointing to context-data) in X0 83 # restore RSP (pointing to context-data) from X1
|
H A D | jump_mips64_n64_elf_gas.S | 81 # store SP (pointing to old context-data) in v0 as return 84 # get SP (pointing to new context-data) from a0 param 116 move $v1, $a1 # move *data from a1 to v1 as return
|
H A D | make_ppc32_sysv_macho_gas.S | 87 # reserve space for context-data on context-stack 124 blr # return pointer to context-data
|
H A D | jump_ppc64_sysv_xcoff_gas.S | 45 # store RSP (pointing to context-data) in R6 48 # restore RSP (pointing to context-data) from R4
|
H A D | make_arm_aapcs_pe_armasm.asm | 41 ; reserve space for context-data on context-stack 68 bx lr ; return pointer to context-data
|
H A D | jump_i386_ms_pe_masm.asm | 19 ; | ESI | EBX | EBP | EIP | to | data | EH NXT |SEH HNDLR| 63 ; store ESP (pointing to context-data) in EAX 69 ; restore ESP (pointing to context-data) from ECX
|
H A D | make_arm64_aapcs_elf_gas.S | 63 # reserve space for context-data on context-stack
|
H A D | make_riscv64_sysv_elf_gas.S | 69 # reserve space for context-data on context-stack
|
H A D | jump_riscv64_sysv_elf_gas.S | 101 # store SP (pointing to context-data) in A2 104 # restore SP (pointing to context-data) from A0
|
H A D | jump_ppc64_sysv_elf_gas.S | 136 # store RSP (pointing to context-data) in R6 140 # restore RSP (pointing to context-data) from R3 143 # restore RSP (pointing to context-data) from R4
|
H A D | make_ppc32_sysv_elf_gas.S | 67 # and parameter area + 240 bytes of context-data (R1 % 16 == 0) 110 blr # return pointer to context-data
|
H A D | make_ppc64_sysv_elf_gas.S | 106 # reserve space for context-data on context-stack 151 blr # return pointer to context-data
|
/ext-fiber/examples/ |
H A D | 002-read-write.php | 70 $data = fread($read, 8192); variable 72 echo "Received data: ", $data, "\n";
|
/ext-fiber/src/ |
H A D | fiber_asm.c | 24 void *data; member 37 zend_fiber_context *context = transfer.data; in zend_fiber_trampoline()
|