Home
last modified time | relevance | path

Searched defs:REF (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/gcc/
HDdf.h406 #define DF_REF_REAL_REG(REF) (GET_CODE ((REF)->reg) == SUBREG \ argument
408 #define DF_REF_REGNO(REF) ((REF)->regno) argument
409 #define DF_REF_REAL_LOC(REF) (GET_CODE ((REF)->reg) == SUBREG \ argument
411 #define DF_REF_REG(REF) ((REF)->reg) argument
412 #define DF_REF_LOC(REF) ((REF)->loc) argument
413 #define DF_REF_BB(REF) ((REF)->bb) argument
414 #define DF_REF_BBNO(REF) (DF_REF_BB (REF)->index) argument
415 #define DF_REF_INSN(REF) ((REF)->insn) argument
416 #define DF_REF_INSN_UID(REF) (INSN_UID ((REF)->insn)) argument
417 #define DF_REF_TYPE(REF) ((REF)->type) argument
[all …]
HDloop-iv.c96 #define DF_REF_IV(REF) ((struct rtx_iv *) DF_REF_DATA (REF)) argument
97 #define DF_REF_IV_SET(REF, IV) DF_REF_DATA (REF) = (IV) argument
/NextBSD/contrib/libarchive/libarchive/
HDarchive_ppmd7.c37 #define REF(ptr) (ptr) macro
39 #define REF(ptr) ((UInt32)((Byte *)(ptr) - (p)->Base)) macro
/NextBSD/contrib/binutils/bfd/
HDlinker.c1425 REF, /* Mark defined symbol referenced. */ enumerator