Home
last modified time | relevance | path

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

/dragonfly/contrib/binutils-2.27/gas/config/
H A Dtc-i386.c5960 unsigned int first_reg_op; in process_operands() local
5963 first_reg_op = 0; in process_operands()
5965 first_reg_op = 1; in process_operands()
5968 && i.op[first_reg_op + 1].regs == 0); in process_operands()
5969 i.op[first_reg_op + 1].regs = i.op[first_reg_op].regs; in process_operands()
5970 i.types[first_reg_op + 1] = i.types[first_reg_op]; in process_operands()
/dragonfly/contrib/binutils-2.34/gas/config/
H A Dtc-i386.c7060 unsigned int first_reg_op; in process_operands() local
7063 first_reg_op = 0; in process_operands()
7065 first_reg_op = 1; in process_operands()
7068 && i.op[first_reg_op + 1].regs == 0); in process_operands()
7069 i.op[first_reg_op + 1].regs = i.op[first_reg_op].regs; in process_operands()
7070 i.types[first_reg_op + 1] = i.types[first_reg_op]; in process_operands()