Searched defs:encode_state (Results 1 – 5 of 5) sorted by relevance
17 struct encode_state { struct18 unsigned gen;20 struct ir3_compiler *compiler;25 struct ir3_instruction *instr;
25 struct encode_state { struct30 __instruction_case(struct encode_state *s, const struct afuc_instr *instr) in __instruction_case() argument
9 struct encode_state { struct
228 } encode_state; in TEST() local
1365 fn encode_state(state: &State) -> usize { in encode_state() function