Searched refs:byte_align (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_instruction_selection.cpp3679 int byte_align = 0; local in function:aco::__anon562fcc110110::emit_load
3681 byte_align = align_mul % 4 == 0 ? align_offset % 4 : -1;
3684 if (byte_align) {
3690 byte_align = 0;
3692 bytes_needed += byte_align == -1 ? 4 - info.align_mul : byte_align;
3696 byte_align = 0;
3705 bool need_to_align_offset = byte_align && (align_mul % 4 || align_offset % 4);
3778 reduced_const_offset, byte_align ? Temp() : info.dst);
3789 Operand byte_align_off = Operand::c32(byte_align);
[all...]

Completed in 13 milliseconds