Searched defs:RegLocation (Results 1 – 1 of 1) sorted by relevance
42 struct RegLocation { struct43 RegLocationType location:3; argument44 unsigned wide:1;45 unsigned defined:1; // Do we know the type?46 unsigned is_const:1; // Constant, value in mir_graph->constant_values[].47 unsigned fp:1; // Floating point?48 unsigned core:1; // Non-floating point?49 unsigned ref:1; // Something GC cares about.50 unsigned high_word:1; // High word of pair?51 unsigned home:1; // Does this represent the home location?[all …]