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

/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-arm.c523 unsigned int size_req; member in struct:arm_it
8995 inst.size_req = 0;
11663 if (inst.size_req != 4)
11688 if (inst.size_req == 2)
11695 constraint (inst.size_req == 2, _("cannot honor width suffix"));
11697 if (inst.size_req == 4
11698 || (inst.size_req != 2 && !opcode))
11747 if (!inst.operands[2].shifted && inst.size_req != 4)
11857 if (unified_syntax && inst.size_req == 0 && Rd <= 7)
11864 else if (unified_syntax && inst.size_req !
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-arm.c521 unsigned int size_req; member in struct:arm_it
8939 inst.size_req = 0;
11603 if (inst.size_req != 4)
11628 if (inst.size_req == 2)
11635 constraint (inst.size_req == 2, BAD_HIREG);
11637 if (inst.size_req == 4
11638 || (inst.size_req != 2 && !opcode))
11687 if (!inst.operands[2].shifted && inst.size_req != 4)
11797 if (unified_syntax && inst.size_req == 0 && Rd <= 7)
11804 else if (unified_syntax && inst.size_req !
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-arm.c523 unsigned int size_req; member in struct:arm_it
8995 inst.size_req = 0;
11663 if (inst.size_req != 4)
11688 if (inst.size_req == 2)
11695 constraint (inst.size_req == 2, _("cannot honor width suffix"));
11697 if (inst.size_req == 4
11698 || (inst.size_req != 2 && !opcode))
11747 if (!inst.operands[2].shifted && inst.size_req != 4)
11857 if (unified_syntax && inst.size_req == 0 && Rd <= 7)
11864 else if (unified_syntax && inst.size_req !
[all...]

Completed in 413 milliseconds