|
From: | alexis.deruelle at gmail dot com |
Subject: | [Bug gas/15094] tic6x - opcode variants for absdp, dpint, dpsp, dptrunc, rcpdp and rsqrdp instructions |
Date: | Mon, 04 Feb 2013 10:49:42 +0000 |
http://sourceware.org/bugzilla/show_bug.cgi?id=15094 --- Comment #2 from Alexis Deruelle <alexis.deruelle at gmail dot com> 2013-02-04 10:49:42 UTC --- For the record here is an example for absdp instruction absdp.asm : .text nop absdp_variant1: ; dst src2 src1 x .word 0x0c180b20 ; 0000 11000 00110 00000 0 101100100000 absdp_variant2: .word 0x0c1ccb20 ; 0000 11000 00111 00110 0 101100100000 .word 0x0c1eeb20 ; 0000 11000 00111 10111 0 101100100000 .word 0x0c1feb20 ; 0000 11000 00111 11111 0 101100100000 $ cl6x -mv6740 absdp.asm && dis6x absdp.obj 00000000 .text: 00000000 00000000 NOP 00000004 0c180b20 ABSDP.S1 A7:A6,A25:A24 00000008 0c1ccb20 ABSDP.S1 A7:A6,A25:A24 0000000c 0c1eeb20 ABSDP.S1 A7:A6,A25:A24 00000010 0c1feb20 ABSDP.S1 A7:A6,A25:A24 00000014 00000000 NOP 00000018 00000000 NOP 0000001c 00000000 NOP -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
[Prev in Thread] | Current Thread | [Next in Thread] |