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

/freebsd-10.1-release/contrib/binutils/gas/config/
H A Dtc-arm.c9502 int r0off = (inst.instruction == T_MNEM_mov
9546 inst.instruction |= inst.operands[0].reg << r0off;
9639 inst.instruction |= inst.operands[0].reg << r0off;
9747 int r0off = (inst.instruction == T_MNEM_mvn
9770 inst.instruction |= inst.operands[0].reg << r0off;
9789 inst.instruction |= inst.operands[0].reg << r0off;
16701 int r0off = (opcode == T_MNEM_mov
16705 insn |= (old_op & 0x700) << r0off;
9492 int r0off = (inst.instruction == T_MNEM_mov local
9737 int r0off = (inst.instruction == T_MNEM_mvn local
16688 int r0off = (opcode == T_MNEM_mov local

Completed in 111 milliseconds