Searched refs:newAuxRegister (Results 1 – 1 of 1) sorted by relevance
217 struct ExtAuxRegister *newAuxRegister = in arcExtMap_add() local222 newAuxRegister->name = aux_name; in arcExtMap_add()223 newAuxRegister->address = p[2]<<24 | p[3]<<16 | p[4]<<8 | p[5]; in arcExtMap_add()224 newAuxRegister->next = arc_extension_map.auxRegisters; in arcExtMap_add()225 arc_extension_map.auxRegisters = newAuxRegister; in arcExtMap_add()