Home
last modified time | relevance | path

Searched refs:data (Results 1 – 25 of 31) sorted by relevance

12

/ext-fiber/boost/asm/
H A Dmake_mips64_n64_elf_gas.S64 # 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 Dmake_arm64_aapcs_macho_gas.S62 ; reserve space for context-data on context-stack
75 ret lr ; return pointer to context-data (x0)
H A Dmake_arm_aapcs_macho_gas.S48 @ reserve space for context-data on context-stack
65 bx lr @ return pointer to context-data
H A Dmake_arm_aapcs_elf_gas.S51 @ reserve space for context-data on context-stack
71 bx lr @ return pointer to context-data
H A Dmake_mips32_o32_elf_gas.S57 # 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 Djump_mips32_o32_elf_gas.S73 # 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 Djump_arm_aapcs_elf_gas.S60 @ store RSP (pointing to context-data) in A1
63 @ restore RSP (pointing to context-data) from A2
H A Djump_arm_aapcs_macho_gas.S66 @ store RSP (pointing to context-data) in A1
69 @ restore RSP (pointing to context-data) from A2
H A Djump_arm64_aapcs_macho_gas.S78 ; store RSP (pointing to context-data) in X0
81 ; restore RSP (pointing to context-data) from X1
H A Dmake_ppc32_sysv_xcoff_gas.S90 # reserve space for context-data on context-stack
124 blr # return pointer to context-data
H A Dmake_ppc64_sysv_xcoff_gas.S20 # reserve space for context-data on context-stack
54 blr # return pointer to context-data
H A Djump_arm64_aapcs_elf_gas.S80 # store RSP (pointing to context-data) in X0
83 # restore RSP (pointing to context-data) from X1
H A Djump_mips64_n64_elf_gas.S81 # 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 Dmake_ppc32_sysv_macho_gas.S87 # reserve space for context-data on context-stack
124 blr # return pointer to context-data
H A Djump_ppc64_sysv_xcoff_gas.S45 # store RSP (pointing to context-data) in R6
48 # restore RSP (pointing to context-data) from R4
H A Dmake_arm_aapcs_pe_armasm.asm41 ; reserve space for context-data on context-stack
68 bx lr ; return pointer to context-data
H A Djump_i386_ms_pe_masm.asm19 ; | 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 Dmake_arm64_aapcs_elf_gas.S63 # reserve space for context-data on context-stack
H A Dmake_riscv64_sysv_elf_gas.S69 # reserve space for context-data on context-stack
H A Djump_riscv64_sysv_elf_gas.S101 # store SP (pointing to context-data) in A2
104 # restore SP (pointing to context-data) from A0
H A Djump_ppc64_sysv_elf_gas.S136 # 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 Dmake_ppc32_sysv_elf_gas.S67 # and parameter area + 240 bytes of context-data (R1 % 16 == 0)
110 blr # return pointer to context-data
H A Dmake_ppc64_sysv_elf_gas.S106 # reserve space for context-data on context-stack
151 blr # return pointer to context-data
/ext-fiber/examples/
H A D002-read-write.php70 $data = fread($read, 8192); variable
72 echo "Received data: ", $data, "\n";
/ext-fiber/src/
H A Dfiber_asm.c24 void *data; member
37 zend_fiber_context *context = transfer.data; in zend_fiber_trampoline()

Completed in 23 milliseconds

12