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

/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-arm.c5484 #define po_imm_or_fail(min, max, popt) do { \
5605 po_imm_or_fail (0, 0, TRUE);
5675 po_imm_or_fail (0, 63, TRUE);
5693 case OP_I7: po_imm_or_fail ( 0, 7, FALSE); break;
5694 case OP_I15: po_imm_or_fail ( 0, 15, FALSE); break;
5695 case OP_I16: po_imm_or_fail ( 1, 16, FALSE); break;
5696 case OP_I16z: po_imm_or_fail ( 0, 16, FALSE); break;
5697 case OP_I31: po_imm_or_fail ( 0, 31, FALSE); break;
5698 case OP_I32: po_imm_or_fail ( 1, 32, FALSE); break;
5699 case OP_I32z: po_imm_or_fail (
5481 #define po_imm_or_fail macro
6046 #undef po_imm_or_fail macro
[all...]

Completed in 126 milliseconds