File: neon-logic.d

package info (click to toggle)
binutils 2.31.1-11
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 307,644 kB
  • sloc: ansic: 1,161,122; asm: 638,494; cpp: 128,815; exp: 68,557; makefile: 55,816; sh: 22,360; yacc: 14,238; lisp: 13,272; perl: 2,111; ada: 1,681; lex: 1,652; pascal: 1,446; cs: 879; sed: 195; python: 154; xml: 95; awk: 25
file content (16 lines) | stat: -rw-r--r-- 644 bytes parent folder | download | duplicates (21)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# name: Neon logic insns with two and three operands including imm. values
# as: -mfpu=neon
# objdump: -dr --prefix-addresses --show-raw-insn

.*: +file format .*arm.*


Disassembly of section \.text:
00000000 <.text> f387015f 	vorr.i32	q0, #255	; 0x000000ff
00000004 <.text\+0x4> f387015f 	vorr.i32	q0, #255	; 0x000000ff
00000008 <.text\+0x8> f2220154 	vorr	q0, q1, q2
0000000c <.text\+0xc> f2200152 	vorr	q0, q0, q1
00000010 <.text\+0x10> f387011f 	vorr.i32	d0, #255	; 0x000000ff
00000014 <.text\+0x14> f387011f 	vorr.i32	d0, #255	; 0x000000ff
00000018 <.text\+0x18> f2210112 	vorr	d0, d1, d2
0000001c <.text\+0x1c> f2200111 	vorr	d0, d0, d1