Home
last modified time | relevance | path

Searched defs:REGNO_FIRST_UID (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dregs.h178 #define REGNO_FIRST_UID(N) (VARRAY_REG (reg_n_info, N)->first_uid) macro
/openbsd-src/gnu/gcc/gcc/
H A Dregs.h192 #define REGNO_FIRST_UID(N) (VEC_index (reg_info_p, reg_n_info, N)->first_uid) macro