diff options
Diffstat (limited to 'opcodes/spu-opc.c')
-rw-r--r-- | opcodes/spu-opc.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/opcodes/spu-opc.c b/opcodes/spu-opc.c index f93d5b2..b5d803f 100644 --- a/opcodes/spu-opc.c +++ b/opcodes/spu-opc.c @@ -26,9 +26,9 @@ /* Example contents of spu-insn.h - id_tag mode mode type opcode mnemonic asmtype dependency FPU L/S? branch? instruction - QUAD WORD (0,RC,RB,RA,RT) latency - APUOP(M_LQD, 1, 0, RI9, 0x1f8, "lqd", ASM_RI9IDX, 00012, FXU, 1, 0) Load Quadword d-form + id_tag mode mode type opcode mnemonic asmtype dependency FPU L/S? branch? instruction + QUAD WORD (0,RC,RB,RA,RT) latency + APUOP(M_LQD, 1, 0, RI9, 0x1f8, "lqd", ASM_RI9IDX, 00012, FXU, 1, 0) Load Quadword d-form */ const struct spu_opcode spu_opcodes[] = { |