Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-xtensa.c6239 int t2_base_reg, t2_last_reg; in check_t1_t2_reads_and_writes() local
6257 t2_base_reg = t2->tok[j].X_add_number; in check_t1_t2_reads_and_writes()
6258 t2_last_reg = t2_base_reg + xtensa_operand_num_regs (isa, t2->opcode, j); in check_t1_t2_reads_and_writes()
6290 for (t2_reg = t2_base_reg; t2_reg < t2_last_reg; t2_reg++) in check_t1_t2_reads_and_writes()