Home
last modified time | relevance | path

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

/external/mesa3d/src/panfrost/midgard/
Dmidgard_address.c39 struct mir_address { struct
65 mir_match_constant(struct mir_address *address) in mir_match_constant() argument
81 mir_match_iadd(struct mir_address *address, bool first_free) in mir_match_iadd()
111 mir_match_u2u64(struct mir_address *address) in mir_match_u2u64()
130 mir_match_ishl(struct mir_address *address) in mir_match_ishl()
155 mir_match_mov(struct mir_address *address) in mir_match_mov()
174 static struct mir_address
177 struct mir_address address = { in mir_match_offset()
214 struct mir_address match = mir_match_offset(offset->ssa, !is_shared); in mir_set_offset()