Home
last modified time | relevance | path

Searched defs:dasm_State (Results 1 – 6 of 6) sorted by relevance

/PHP-8.0/ext/opcache/jit/dynasm/
H A Ddasm_mips.h65 struct dasm_State { struct
81 #define DASM_PSZ(ms) (sizeof(dasm_State)+(ms-1)*sizeof(dasm_Section)) argument
H A Ddasm_ppc.h65 struct dasm_State { struct
81 #define DASM_PSZ(ms) (sizeof(dasm_State)+(ms-1)*sizeof(dasm_Section)) argument
H A Ddasm_arm.h66 struct dasm_State { struct
82 #define DASM_PSZ(ms) (sizeof(dasm_State)+(ms-1)*sizeof(dasm_Section)) argument
H A Ddasm_arm64.h66 struct dasm_State { struct
82 #define DASM_PSZ(ms) (sizeof(dasm_State)+(ms-1)*sizeof(dasm_Section)) argument
H A Ddasm_x86.h64 struct dasm_State { struct
80 #define DASM_PSZ(ms) (sizeof(dasm_State)+(ms-1)*sizeof(dasm_Section)) argument
H A Ddasm_proto.h47 typedef struct dasm_State dasm_State; typedef

Completed in 29 milliseconds