Home
last modified time | relevance | path

Searched refs:A_H (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.27/include/opcode/
Dspu.h45 A_H, /* channel register at pos 7 */ enumerator
Dspu-insns.h150 APUOP(M_RDCH, RR, 0x00d, "rdch", _A2(A_T,A_H), 00002, SPR) /* ReaDCHannel RT<-CA:data */
151 APUOP(M_RCHCNT, RR, 0x00f, "rchcnt", _A2(A_T,A_H), 00002, SPR) /* ReaDCHanCouNT RT<-CA:count */
161 APUOP(M_WRCH, RR, 0x10d, "wrch", _A2(A_H,A_T), 00001, SPR) /* ChanWRite CA<-RT */
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-spu.c508 if (arg == A_H) /* Channel */ in get_reg()
534 if (arg == A_H) /* Channel */ in get_reg()
561 && arg == A_H) in get_reg()
/toolchain/binutils/binutils-2.27/opcodes/
Dspu-dis.c167 case A_H: in print_insn_spu()