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

/haiku-buildtools/legacy/binutils/opcodes/
H A Dtic4x-dis.c303 aregno = EXTRU (arg, 2, 0) + REG_AR0;
308 aregno = EXTRU (arg, 2, 0) + REG_AR0;
313 aregno = EXTRU (arg, 10, 8) + REG_AR0;
409 REG_AR0))
568 if (val < REG_AR0 || val > REG_SP)
H A Dtic30-dis.c56 #define REG_AR0 0x08 macro
625 get_register_operand (((insn_word & 0x01C00000) >> 22) + REG_AR0, operand[0]);
/haiku-buildtools/binutils/opcodes/
H A Dtic4x-dis.c306 aregno = EXTRU (arg, 2, 0) + REG_AR0;
311 aregno = EXTRU (arg, 2, 0) + REG_AR0;
316 aregno = EXTRU (arg, 10, 8) + REG_AR0;
412 REG_AR0))
572 if (val < REG_AR0 || val > REG_SP)
H A Dtic30-dis.c58 #define REG_AR0 0x08 macro
627 get_register_operand (((insn_word & 0x01C00000) >> 22) + REG_AR0, operand[0]);
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-tic4x.c1540 if (operand->aregno >= REG_AR0 && operand->aregno <= REG_AR7)
1868 if (reg >= REG_AR0 && reg <= REG_AR7)
1869 INSERTU (opcode, reg - REG_AR0, 24, 22);
1925 INSERTU (opcode, operand->aregno - REG_AR0, 2, 0);
2028 INSERTU (opcode, operand->aregno - REG_AR0, 2, 0);
2056 INSERTU (opcode, operand->aregno - REG_AR0, 10, 8);
2130 INSERTU (opcode, operand->aregno - REG_AR0, 10, 8);
2382 if (reg >= REG_AR0 && reg <= REG_SP)
2410 INSERTU (opcode, operand->aregno - REG_AR0, 10, 8);
/haiku-buildtools/binutils/gas/config/
H A Dtc-tic4x.c1430 if (operand->aregno >= REG_AR0 && operand->aregno <= REG_AR7)
1749 if (reg >= REG_AR0 && reg <= REG_AR7)
1750 INSERTU (opcode, reg - REG_AR0, 24, 22);
1806 INSERTU (opcode, operand->aregno - REG_AR0, 2, 0);
1909 INSERTU (opcode, operand->aregno - REG_AR0, 2, 0);
1937 INSERTU (opcode, operand->aregno - REG_AR0, 10, 8);
2011 INSERTU (opcode, operand->aregno - REG_AR0, 10, 8);
2263 if (reg >= REG_AR0 && reg <= REG_SP)
2291 INSERTU (opcode, operand->aregno - REG_AR0, 10, 8);
/haiku-buildtools/legacy/gcc/gcc/config/dsp16xx/
H A Ddsp16xx.h466 #define REG_AR0 17
561 REG_PRODL, REG_YL, REG_AR0, REG_AR1, \
606 for (regno = REG_AR0; regno <= REG_AR3; regno++) \
463 #define REG_AR0 macro
H A Ddsp16xx.c314 case REG_AR0: case REG_AR1: case REG_AR2: case REG_AR3:
/haiku-buildtools/legacy/binutils/include/opcode/
H A Dtic4x.h37 REG_AR0, REG_AR1, REG_AR2, REG_AR3, enumerator in enum:__anon2981
86 {"ar0", REG_AR0},
/haiku-buildtools/binutils/include/opcode/
H A Dtic4x.h37 REG_AR0, REG_AR1, REG_AR2, REG_AR3, enumerator in enum:__anon994
86 {"ar0", REG_AR0},

Completed in 216 milliseconds