Home
last modified time | relevance | path

Searched refs:FIRST_BND_REG (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Di386.h1256 #define FIRST_BND_REG BND0_REG macro
1522 #define BND_REGNO_P(N) IN_RANGE ((N), FIRST_BND_REG, LAST_BND_REG)
H A Di386.c4955 for (i = FIRST_BND_REG; i <= LAST_BND_REG; i++) in ix86_conditional_register_usage()
7292 cum->bnd_regno = FIRST_BND_REG; in init_cumulative_args()
9319 return gen_rtx_REG (BNDmode, FIRST_BND_REG); in ix86_function_value_1()
9358 res = gen_rtx_REG (BNDmode, FIRST_BND_REG); in ix86_function_value_bounds()
9372 rtx reg = gen_rtx_REG (BNDmode, FIRST_BND_REG + bnd_no); in ix86_function_value_bounds()
28559 rtx b0 = gen_rtx_REG (BND64mode, FIRST_BND_REG); in ix86_expand_call()
28560 rtx b1 = gen_rtx_REG (BND64mode, FIRST_BND_REG + 1); in ix86_expand_call()
29307 if (IN_RANGE (regno, FIRST_BND_REG, LAST_BND_REG)) in reg_encoded_number()
29308 return regno - FIRST_BND_REG; in reg_encoded_number()
41381 for (i = FIRST_BND_REG; i <= LAST_BND_REG; i++) in x86_order_regs_for_local_alloc()
[all …]