Home
last modified time | relevance | path

Searched refs:asi (Results 1 – 18 of 18) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/testsuite/gas/sparc/
Dldtw_sttw.s5 ldtwa [%g3] %asi, %o4
8 sttwa %o4, [%g3] %asi
Dprefetch.s9 prefetcha [%g1]%asi,31
11 prefetcha [%g1]%asi,#one_read
Dldtw_sttw.d12 8: d8 98 e0 00 ldtwa \[ %g3 \] %asi, %o4
15 14: d8 b8 e0 00 sttwa %o4, \[ %g3 \] %asi
Dprefetch.d17 1c: ff e8 60 00 prefetcha \[ %g1 \] %asi, 31
19 24: c3 e8 60 00 prefetcha \[ %g1 \] %asi, #one_read
Dasi.s1 # Test asi's.
Dasi.d3 #name: sparc64 asi
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/s390/
Dzarch-machine.s6 asi 5555(%r6),-42
Dzarch-machine.d10 .*: eb d6 65 b3 01 6a [ ]*asi 5555\(%r6\),-42
Dzarch-z10.s3 asi 5555(%r6),-42
Dzarch-z10.d9 .*: eb d6 65 b3 01 6a [ ]*asi 5555\(%r6\),-42
/toolchain/binutils/binutils-2.27/gas/doc/
Dc-sparc.texi326 The V9 address space identifier register is referred to as @samp{%asi}.
561 prefetcha [%o0 + 0x10] %asi, #n_reads
784 ldna [%o0] %asi, %o2
786 stna %o2, [%o0] %asi
791 casna [%o0] %asi, %o1, %o2
799 lda [%o0] %asi, %o2
801 sta %o2, [%o0] %asi
806 casa [%o0] %asi, %o1, %o2
814 ldxa [%o0] %asi, %o2
816 stxa %o2, [%o0] %asi
[all …]
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-sparc.c2945 int asi = 0; in sparc_ip() local
2950 if (! parse_keyword_arg (sparc_encode_asi, &s, &asi)) in sparc_ip()
2958 if (! parse_const_expr_arg (&s, &asi)) in sparc_ip()
2963 if (asi < 0 || asi > 255) in sparc_ip()
2969 opcode |= ASI (asi); in sparc_ip()
/toolchain/binutils/binutils-2.27/gas/testsuite/
DChangeLog-93035133 * gas/sparc/{asi.d,membar.d,prefetch.d,rdpr.d,wrpr.d}: Likewise.
5764 * gas/sparc/asi.s: Update ASI_AS_IF_USER_{PRIMARY,SECONDARY}_LITTLE.
5914 * gas/sparc/{asi,membar,prefetch,rdpr,synth64,wrpr}.d: Pass -Av9
6046 * gas/sparc/{asi.[ds],membar.[ds]}: New tests.
/toolchain/binutils/binutils-2.27/opcodes/
DChangeLog-92972504 * sparc-opc.c (asi, membar): New static locals.
2505 (sparc_{encode,decode}_{asi,membar}): New functions.
Ds390-opc.txt866 eb000000006a asi SIY_IRD "add immediate (32<8)" z10 zarch
/toolchain/binutils/binutils-2.27/include/opcode/
DChangeLog-91032398 * sparc.h (sparc_{encode,decode}_{asi,membar}): Declare.
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-92951175 (sparc_ip): Call them for asi, membar, and prefetch parsing.
10717 * config/tc-sparc.c (sparc_ip): Fix parsing of asi number.
/toolchain/binutils/binutils-2.27/
DChangeLog3266 (asi - trtre): Add new System z10 EC instructions.