Home
last modified time | relevance | path

Searched defs:regmask (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/freedreno/ir3/
Dregmask.h40 __regmask_get(regmask_t *regmask, bool half, unsigned n) in __regmask_get()
65 __regmask_set(regmask_t *regmask, bool half, unsigned n) in __regmask_set()
90 __regmask_clear(regmask_t *regmask, bool half, unsigned n) in __regmask_clear()
115 regmask_init(regmask_t *regmask, bool mergedregs) in regmask_init()
Ddisasm-a3xx.c170 static void regmask_set(regmask_t *regmask, unsigned num, bool full) in regmask_set()
176 static void regmask_clear(regmask_t *regmask, unsigned num, bool full) in regmask_clear()
182 static unsigned regmask_get(regmask_t *regmask, unsigned num, bool full) in regmask_get()
212 static int print_regs(struct disasm_ctx *ctx, regmask_t *regmask, bool full) in print_regs()
Dir3.h1748 static inline void regmask_set(regmask_t *regmask, struct ir3_register *reg) in regmask_set()
1761 static inline bool regmask_get(regmask_t *regmask, in regmask_get()
/external/musl/arch/mips/bits/
Dsignal.h30 unsigned regmask, status; member