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

/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-arm.c7365 #define po_imm_or_fail(min, max, popt) \ macro
7589 po_imm_or_fail (0, 0, true);
7724 po_imm_or_fail (0, 63, true);
7743 case OP_I7: po_imm_or_fail ( 0, 7, false); break;
7744 case OP_I15: po_imm_or_fail ( 0, 15, false); break;
7745 case OP_I16: po_imm_or_fail ( 1, 16, false); break;
7746 case OP_I16z: po_imm_or_fail ( 0, 16, false); break;
7747 case OP_I31: po_imm_or_fail ( 0, 31, false); break;
7748 case OP_I32: po_imm_or_fail ( 1, 32, false); break;
7749 case OP_I32z: po_imm_or_fail (
8259 #undef po_imm_or_fail macro
[all...]
H A Dtc-aarch64.c4881 #define po_imm_or_fail(min, max) do { \
6583 po_imm_or_fail (1, 64);
6663 po_imm_or_fail (0, 127);
6672 po_imm_or_fail (0, 63);
6889 po_imm_or_fail (0, 15);
7444 po_imm_or_fail (0, 15);
7482 po_imm_or_fail (0, 31);
4877 #define po_imm_or_fail macro
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-arm.c7310 #define po_imm_or_fail(min, max, popt) \ macro
7532 po_imm_or_fail (0, 0, TRUE);
7667 po_imm_or_fail (0, 63, TRUE);
7686 case OP_I7: po_imm_or_fail ( 0, 7, FALSE); break;
7687 case OP_I15: po_imm_or_fail ( 0, 15, FALSE); break;
7688 case OP_I16: po_imm_or_fail ( 1, 16, FALSE); break;
7689 case OP_I16z: po_imm_or_fail ( 0, 16, FALSE); break;
7690 case OP_I31: po_imm_or_fail ( 0, 31, FALSE); break;
7691 case OP_I32: po_imm_or_fail ( 1, 32, FALSE); break;
7692 case OP_I32z: po_imm_or_fail (
8192 #undef po_imm_or_fail macro
[all...]
H A Dtc-aarch64.c4232 #define po_imm_or_fail(min, max) do { \
5890 po_imm_or_fail (1, 64);
5970 po_imm_or_fail (0, 127);
5979 po_imm_or_fail (0, 63);
6195 po_imm_or_fail (0, 15);
6704 po_imm_or_fail (0, 15);
6712 po_imm_or_fail (0, 31);
4228 #define po_imm_or_fail macro
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-arm.c7278 #define po_imm_or_fail(min, max, popt) \ macro
7489 po_imm_or_fail (0, 0, TRUE);
7624 po_imm_or_fail (0, 63, TRUE);
7643 case OP_I7: po_imm_or_fail ( 0, 7, FALSE); break;
7644 case OP_I15: po_imm_or_fail ( 0, 15, FALSE); break;
7645 case OP_I16: po_imm_or_fail ( 1, 16, FALSE); break;
7646 case OP_I16z: po_imm_or_fail ( 0, 16, FALSE); break;
7647 case OP_I31: po_imm_or_fail ( 0, 31, FALSE); break;
7648 case OP_I32: po_imm_or_fail ( 1, 32, FALSE); break;
7649 case OP_I32z: po_imm_or_fail (
8146 #undef po_imm_or_fail macro
[all...]
H A Dtc-aarch64.c4211 #define po_imm_or_fail(min, max) do { \
5866 po_imm_or_fail (1, 64);
5946 po_imm_or_fail (0, 127);
5955 po_imm_or_fail (0, 63);
6170 po_imm_or_fail (0, 15);
6679 po_imm_or_fail (0, 15);
6687 po_imm_or_fail (0, 31);
4207 #define po_imm_or_fail macro

Completed in 414 milliseconds