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

/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-arm.c9438 int r0off = (inst.instruction == T_MNEM_mov
9482 inst.instruction |= inst.operands[0].reg << r0off;
9575 inst.instruction |= inst.operands[0].reg << r0off;
9683 int r0off = (inst.instruction == T_MNEM_mvn
9706 inst.instruction |= inst.operands[0].reg << r0off;
9725 inst.instruction |= inst.operands[0].reg << r0off;
16635 int r0off = (opcode == T_MNEM_mov
16639 insn |= (old_op & 0x700) << r0off;
9428 int r0off = (inst.instruction == T_MNEM_mov local
9673 int r0off = (inst.instruction == T_MNEM_mvn local
16622 int r0off = (opcode == T_MNEM_mov local

Completed in 121 milliseconds