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

/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-i386.c2912 unsigned int first_reg_op = (i.types[0] & Reg) ? 0 : 1;
2914 assert (i.op[first_reg_op + 1].regs == 0);
2915 i.op[first_reg_op + 1].regs = i.op[first_reg_op].regs;
2916 i.types[first_reg_op + 1] = i.types[first_reg_op];
2908 unsigned int first_reg_op = (i.types[0] & Reg) ? 0 : 1; local
/haiku-buildtools/binutils/gas/config/
H A Dtc-i386.c6008 unsigned int first_reg_op;
6011 first_reg_op = 0;
6013 first_reg_op = 1;
6016 && i.op[first_reg_op + 1].regs == 0);
6017 i.op[first_reg_op + 1].regs = i.op[first_reg_op].regs;
6018 i.types[first_reg_op + 1] = i.types[first_reg_op];
6004 unsigned int first_reg_op; local

Completed in 190 milliseconds