Searched refs:fill_subdword (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/amd/compiler/ |
D | aco_register_allocation.cpp | 174 fill_subdword(start, rc.bytes(), 0xFFFFFFFF); in block() 199 fill_subdword(start, rc.bytes(), 0); in clear() 206 fill_subdword(op.physReg(), op.bytes(), op.tempId()); in fill() 217 fill_subdword(def.physReg(), def.bytes(), def.tempId()); in fill() 236 void fill_subdword(PhysReg start, unsigned num_bytes, uint32_t val) { in fill_subdword() function in aco::__anonc49ff5730111::RegisterFile
|