Home
last modified time | relevance | path

Searched refs:marl_fiber_context (Results 1 – 13 of 13) sorted by relevance

/external/swiftshader/third_party/marl/src/
Dosfiber_asm_ppc64.h69 struct marl_fiber_context { struct
133 static_assert(offsetof(marl_fiber_context, r1) == MARL_REG_R1, argument
135 static_assert(offsetof(marl_fiber_context, r2) == MARL_REG_R2,
137 static_assert(offsetof(marl_fiber_context, r13) == MARL_REG_R13,
139 static_assert(offsetof(marl_fiber_context, r15) == MARL_REG_R15,
141 static_assert(offsetof(marl_fiber_context, r16) == MARL_REG_R16,
143 static_assert(offsetof(marl_fiber_context, r17) == MARL_REG_R17,
145 static_assert(offsetof(marl_fiber_context, r18) == MARL_REG_R18,
147 static_assert(offsetof(marl_fiber_context, r19) == MARL_REG_R19,
149 static_assert(offsetof(marl_fiber_context, r20) == MARL_REG_R20,
[all …]
Dosfiber_asm_aarch64.h54 struct marl_fiber_context { struct
92 static_assert(offsetof(marl_fiber_context, r0) == MARL_REG_r0, argument
94 static_assert(offsetof(marl_fiber_context, r1) == MARL_REG_r1,
96 static_assert(offsetof(marl_fiber_context, r16) == MARL_REG_r16,
98 static_assert(offsetof(marl_fiber_context, r17) == MARL_REG_r17,
100 static_assert(offsetof(marl_fiber_context, r18) == MARL_REG_r18,
102 static_assert(offsetof(marl_fiber_context, r19) == MARL_REG_r19,
104 static_assert(offsetof(marl_fiber_context, r20) == MARL_REG_r20,
106 static_assert(offsetof(marl_fiber_context, r21) == MARL_REG_r21,
108 static_assert(offsetof(marl_fiber_context, r22) == MARL_REG_r22,
[all …]
Dosfiber_asm_mips64.h48 struct marl_fiber_context { struct
80 static_assert(offsetof(marl_fiber_context, a0) == MARL_REG_a0, argument
82 static_assert(offsetof(marl_fiber_context, a1) == MARL_REG_a1,
84 static_assert(offsetof(marl_fiber_context, s0) == MARL_REG_s0,
86 static_assert(offsetof(marl_fiber_context, s1) == MARL_REG_s1,
88 static_assert(offsetof(marl_fiber_context, s2) == MARL_REG_s2,
90 static_assert(offsetof(marl_fiber_context, s3) == MARL_REG_s3,
92 static_assert(offsetof(marl_fiber_context, s4) == MARL_REG_s4,
94 static_assert(offsetof(marl_fiber_context, s5) == MARL_REG_s5,
96 static_assert(offsetof(marl_fiber_context, s6) == MARL_REG_s6,
[all …]
Dosfiber_asm_arm.h42 struct marl_fiber_context { struct
75 static_assert(offsetof(marl_fiber_context, r0) == MARL_REG_r0, argument
77 static_assert(offsetof(marl_fiber_context, r1) == MARL_REG_r1,
79 static_assert(offsetof(marl_fiber_context, r12) == MARL_REG_r12,
81 static_assert(offsetof(marl_fiber_context, r4) == MARL_REG_r4,
83 static_assert(offsetof(marl_fiber_context, r5) == MARL_REG_r5,
85 static_assert(offsetof(marl_fiber_context, r6) == MARL_REG_r6,
87 static_assert(offsetof(marl_fiber_context, r7) == MARL_REG_r7,
89 static_assert(offsetof(marl_fiber_context, r8) == MARL_REG_r8,
91 static_assert(offsetof(marl_fiber_context, r9) == MARL_REG_r9,
[all …]
Dosfiber_asm_x64.h36 struct marl_fiber_context { struct
56 static_assert(offsetof(marl_fiber_context, RBX) == MARL_REG_RBX, argument
58 static_assert(offsetof(marl_fiber_context, RBP) == MARL_REG_RBP,
60 static_assert(offsetof(marl_fiber_context, R12) == MARL_REG_R12,
62 static_assert(offsetof(marl_fiber_context, R13) == MARL_REG_R13,
64 static_assert(offsetof(marl_fiber_context, R14) == MARL_REG_R14,
66 static_assert(offsetof(marl_fiber_context, R15) == MARL_REG_R15,
68 static_assert(offsetof(marl_fiber_context, RDI) == MARL_REG_RDI,
70 static_assert(offsetof(marl_fiber_context, RSI) == MARL_REG_RSI,
72 static_assert(offsetof(marl_fiber_context, RSP) == MARL_REG_RSP,
[all …]
Dosfiber_asm_x86.h27 struct marl_fiber_context { struct
41 static_assert(offsetof(marl_fiber_context, EBX) == MARL_REG_EBX, argument
43 static_assert(offsetof(marl_fiber_context, EBP) == MARL_REG_EBP,
45 static_assert(offsetof(marl_fiber_context, ESI) == MARL_REG_ESI,
47 static_assert(offsetof(marl_fiber_context, EDI) == MARL_REG_EDI,
49 static_assert(offsetof(marl_fiber_context, ESP) == MARL_REG_ESP,
51 static_assert(offsetof(marl_fiber_context, EIP) == MARL_REG_EIP,
Dosfiber_asm.h50 extern void marl_fiber_set_target(marl_fiber_context*,
56 extern void marl_fiber_swap(marl_fiber_context* from,
57 const marl_fiber_context* to);
90 marl_fiber_context context;
Dosfiber_x86.c27 void marl_fiber_set_target(struct marl_fiber_context* ctx, in marl_fiber_set_target()
Dosfiber_arm.c27 void marl_fiber_set_target(struct marl_fiber_context* ctx, in marl_fiber_set_target()
Dosfiber_aarch64.c27 void marl_fiber_set_target(struct marl_fiber_context* ctx, in marl_fiber_set_target()
Dosfiber_x64.c27 void marl_fiber_set_target(struct marl_fiber_context* ctx, in marl_fiber_set_target()
Dosfiber_mips64.c27 void marl_fiber_set_target(struct marl_fiber_context* ctx, in marl_fiber_set_target()
Dosfiber_ppc64.c27 void marl_fiber_set_target(struct marl_fiber_context* ctx, in marl_fiber_set_target()