Searched refs:bY (Results 1 – 6 of 6) sorted by relevance
/toolchain/binutils/binutils-2.25/opcodes/ |
D | ia64-opc-x.c | 37 #define bY(x) (((ia64_insn) ((x) & 0x1)) << 26) macro 47 #define mY bY (-1) 51 #define OpX3X6Y(a,b,c,d) (bOp (a) | bX3 (b) | bX6(c) | bY(d)), \
|
D | ia64-opc-f.c | 39 #define bY(x) (((ia64_insn) ((x) & 0x1)) << 26) macro 52 #define mY bY (-1) 75 (bOp (a) | bXb (b) | bX6 (c) | bY (d)), (mOp | mXb | mX6 | mY)
|
D | ia64-opc-i.c | 308 #undef bY
|
D | ia64-opc-m.c | 37 #define bY(x) (((ia64_insn) ((x) & 0x1)) << 26) macro 52 #define mY bY (-1) 68 #define OpX3X4X2Y(a,b,c,d,e) (bOp (a) | bX3 (b) | bX4 (c) | bX2 (d) | bY (e)), \ 70 #define OpX3X4X2YZ(a,b,c,d,e,f) (bOp (a) | bX3 (b) | bX4 (c) | bX2 (d) | bY (e) | bZ(f)), \ 2207 #undef bY
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/bfin/ |
D | shift.s | 65 r5 = LShIft R4 bY r3.L; 84 A1 = rot a1 bY r6.l;
|
D | parallel2.s | 62 r5 = LShIft R4 bY r3.L || R4 = W [P2+18] (z); 78 A1 = rot a1 bY r6.l || R5 = W [P5++] (z);
|