Home
last modified time | relevance | path

Searched refs:MARL_REG_LR (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/marl/src/
Dosfiber_asm_arm.S47 str lr, [r0, #MARL_REG_LR]
72 ldr lr, [r3, #MARL_REG_LR]
Dosfiber_asm_arm.h35 #define MARL_REG_LR 0x50 macro
115 static_assert(offsetof(marl_fiber_context, LR) == MARL_REG_LR,
Dosfiber_asm_aarch64.S61 str x30, [x0, #MARL_REG_LR]
98 ldr x30, [x7, #MARL_REG_LR]
Dosfiber_asm_aarch64.h40 #define MARL_REG_LR 0xc8 macro
142 static_assert(offsetof(marl_fiber_context, LR) == MARL_REG_LR,
Dosfiber_asm_ppc64.S54 std 5, MARL_REG_LR(3)
184 ld 12, MARL_REG_LR(4)
Dosfiber_asm_ppc64.h40 #define MARL_REG_LR 0xb8 macro
175 static_assert(offsetof(marl_fiber_context, lr) == MARL_REG_LR,