Home
last modified time | relevance | path

Searched refs:unop (Results 1 – 13 of 13) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/testsuite/gas/alpha/
Dunop.d2 #name: alpha unop disassembly
9 0: 00 00 fe 2f unop
10 4: 00 00 e0 2f unop
11 8: 00 00 fe 2f unop
12 c: 00 00 ff 2f unop
Dunop.s1 unop
Dauto-align-1.s3 $B: unop
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-alpha/
Dtlsbinr.dd19 120001014: 00 00 fe 2f unop
22 120001020: 00 00 fe 2f unop
24 120001028: 00 00 fe 2f unop
27 120001034: 00 00 fe 2f unop
29 12000103c: 00 00 fe 2f unop
32 120001048: 00 00 fe 2f unop
35 120001054: 00 00 fe 2f unop
38 120001060: 00 00 fe 2f unop
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/cris/
Dcris.exp256 test_template_insn_reg_mem unop move \
399 test_template_insn_single unop test "@OC@\[^\\.\]" "test"
400 test_template_insn_single unop clear "@OC@\[^\\.\]" "clear"
482 test_template_insn_mem unop jsr b93 "@OC@\\." "jump-type" b93
483 test_template_insn_mem unop jump 093 "@OC@\\." "jump-type" b93
484 test_template_insn_mem unop jir a93 "@OC@\\." "jump-type" b93
537 test_template_insn_mem unop jirc 293 "@OC@\\." "jump-type" b93
538 test_template_insn_mem unop jsrc 393 "@OC@\\." "jump-type" b93
539 test_template_insn_mem unop jbrc 693 "@OC@\\." "jump-type" b93
548 test_template_insn_mem unop sbfs 3b7 "@OC@\\.| r\[0-9\]+$" "unop-mem" 3b7
[all …]
/toolchain/binutils/binutils-2.27/cpu/
Dsh64-media.cpu871 (define-pmacro (slice-word-unop expr)
885 (define-pmacro (slice-long-unop expr)
897 (slice-long-unop abs))
903 (slice-word-unop abs))
1216 (slice-long-unop -mshaldsl))
1223 (slice-word-unop -mshaldsw))
1230 (slice-long-unop -mshardl))
1237 (slice-word-unop -mshardw))
1324 (slice-long-unop -mshlldl))
1331 (slice-word-unop -mshlldw))
[all …]
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-alpha.c5362 static unsigned char const unop[4] = { 0x00, 0x00, 0xfe, 0x2f }; in alpha_handle_align() local
5389 memcpy (p, unop, 4); in alpha_handle_align()
/toolchain/binutils/binutils-2.27/ld/
DChangeLog-02033138 definition. Emit a unop+nop pair.
3487 * emulparams/elf64alpha.sh (NOP): Use unop.
/toolchain/binutils/binutils-2.27/opcodes/
DChangeLog-000113 * alpha-opc.c (unop): Encode with RB as $sp.
/toolchain/binutils/binutils-2.27/gas/testsuite/
DChangeLog-93032549 * gas/alpha/unop.s, gas/alpha/unop.d: New test.
3441 * gas/cris/unop-mem.d: Ditto.
/toolchain/binutils/binutils-2.27/include/opcode/
Dtic6x-opcode-table.h2118 INSN(nop, nfu, unop, nop, C64XP, 0,
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-98994389 Change all callers. Emit nop alignment padding as nop+unop pair.
DChangeLog-000174 * config/tc-alpha.c (alpha_handle_align): Encode unop with RB as $sp.