Home
last modified time | relevance | path

Searched refs:FIRST_REX_INT_REG (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/gcc/config/i386/
Di386.h879 for (i = FIRST_REX_INT_REG; i <= LAST_REX_INT_REG; i++) \
1008 #define FIRST_REX_INT_REG (LAST_MMX_REG + 1) macro
1009 #define LAST_REX_INT_REG (FIRST_REX_INT_REG + 7)
1035 #define STATIC_CHAIN_REGNUM (TARGET_64BIT ? FIRST_REX_INT_REG + 10 - 8 : 2)
1231 #define REX_INT_REGNO_P(N) ((N) >= FIRST_REX_INT_REG && (N) <= LAST_REX_INT_REG)
1609 || (REGNO >= FIRST_REX_INT_REG \
1611 || ((unsigned) reg_renumber[(REGNO)] >= FIRST_REX_INT_REG \
1619 || (REGNO >= FIRST_REX_INT_REG \
1621 || ((unsigned) reg_renumber[(REGNO)] >= FIRST_REX_INT_REG \
1647 || (REGNO (X) >= FIRST_REX_INT_REG \
[all …]
Di386.c1148 FIRST_REX_INT_REG /*R8 */, FIRST_REX_INT_REG + 1 /*R9 */
5636 r11 = gen_rtx_REG (DImode, FIRST_REX_INT_REG + 3 /* R11 */); in pro_epilogue_adjust_stack()
5893 r11 = gen_rtx_REG (DImode, FIRST_REX_INT_REG + 3 /* R11 */); in ix86_emit_restore_regs_using_mov()
7896 fprintf (file, "r%ib", REGNO (x) - FIRST_REX_INT_REG + 8); in print_reg()
7899 fprintf (file, "r%iw", REGNO (x) - FIRST_REX_INT_REG + 8); in print_reg()
7902 fprintf (file, "r%id", REGNO (x) - FIRST_REX_INT_REG + 8); in print_reg()
7905 fprintf (file, "r%i", REGNO (x) - FIRST_REX_INT_REG + 8); in print_reg()
13788 fnaddr = gen_rtx_REG (Pmode, FIRST_REX_INT_REG + 3 /* R11 */); in ix86_expand_call()
18370 tmp = gen_rtx_REG (DImode, FIRST_REX_INT_REG + 2 /* R10 */); in x86_output_mi_thunk()
18386 tmp = gen_rtx_REG (DImode, FIRST_REX_INT_REG + 2 /* R10 */); in x86_output_mi_thunk()
[all …]
/freebsd-12-stable/contrib/gcc/
DChangeLog-200127869 (FIRST_REX_INT_REG, LAST_REX_INT_REG, FIRST_REX_SSE_REG,
DChangeLog-20034172 FIRST_REX_INT_REG + 3 /* R11 */.