Searched refs:A_P (Results 1 – 7 of 7) sorted by relevance
| /netbsd/src/external/gpl3/binutils/dist/gas/config/ |
| D | tc-spu.c | 237 if (i > 1 && arg != A_P && format->arg[i-1] != A_P) in insn_fmt_string() 239 if (arg == A_P) in insn_fmt_string() 241 else if (arg < A_P) in insn_fmt_string() 246 if (i > 1 && format->arg[i-1] == A_P) in insn_fmt_string() 317 syntax_error_arg - (parg == A_P), in md_assemble() 395 if (arg < A_P) in calcop() 397 else if (arg > A_P) in calcop() 399 else if (arg == A_P) in calcop() 412 if (arg != A_P && paren) in calcop() 419 && format->arg[i] != A_P in calcop() [all …]
|
| /netbsd/src/external/gpl3/gdb/dist/opcodes/ |
| D | spu-dis.c | 142 if (arg != A_P && !paren && i > 1) in print_insn_spu() 171 case A_P: in print_insn_spu() 251 if (arg != A_P && paren) in print_insn_spu()
|
| /netbsd/src/external/gpl3/binutils/dist/opcodes/ |
| D | spu-dis.c | 142 if (arg != A_P && !paren && i > 1) in print_insn_spu() 171 case A_P: in print_insn_spu() 251 if (arg != A_P && paren) in print_insn_spu()
|
| /netbsd/src/external/gpl3/binutils/dist/include/opcode/ |
| D | spu-insns.h | 162 APUOP(M_LQD, RI10, 0x1a0, "lqd", _A4(A_T,A_S14,A_P,A_A), … 177 APUOP(M_CBD, RI7, 0x1f4, "cbd", _A4(A_T,A_U7,A_P,A_A), … 178 APUOP(M_CHD, RI7, 0x1f5, "chd", _A4(A_T,A_U7,A_P,A_A), … 179 APUOP(M_CWD, RI7, 0x1f6, "cwd", _A4(A_T,A_U7,A_P,A_A), … 180 APUOP(M_CDD, RI7, 0x1f7, "cdd", _A4(A_T,A_U7,A_P,A_A), … 187 APUOP(M_STQD, RI10, 0x120, "stqd", _A4(A_T,A_S14,A_P,A_A), …
|
| D | spu.h | 46 A_P, /* parenthesis, this has to separate regs from immediates */ enumerator
|
| /netbsd/src/external/gpl3/gdb/dist/include/opcode/ |
| D | spu-insns.h | 162 APUOP(M_LQD, RI10, 0x1a0, "lqd", _A4(A_T,A_S14,A_P,A_A), … 177 APUOP(M_CBD, RI7, 0x1f4, "cbd", _A4(A_T,A_U7,A_P,A_A), … 178 APUOP(M_CHD, RI7, 0x1f5, "chd", _A4(A_T,A_U7,A_P,A_A), … 179 APUOP(M_CWD, RI7, 0x1f6, "cwd", _A4(A_T,A_U7,A_P,A_A), … 180 APUOP(M_CDD, RI7, 0x1f7, "cdd", _A4(A_T,A_U7,A_P,A_A), … 187 APUOP(M_STQD, RI10, 0x120, "stqd", _A4(A_T,A_S14,A_P,A_A), …
|
| D | spu.h | 46 A_P, /* parenthesis, this has to separate regs from immediates */ enumerator
|