Home
last modified time | relevance | path

Searched refs:adiw (Results 1 – 17 of 17) sorted by relevance

/external/llvm-project/llvm/test/MC/AVR/
Dinst-adiw.s7 adiw r26, 12
8 adiw r26, 63
10 adiw r28, 17
11 adiw r28, 0
13 adiw r30, 3
14 adiw r30, 63
15 adiw r24, 63
16 adiw r24, 0
17 adiw r30, 0
19 adiw r24, SYMBOL
[all …]
Drelocations.s16 adiw r24, FOO label
/external/llvm-project/llvm/test/CodeGen/AVR/
Dalloca.ll5 ; Test taking an address of an alloca with a small offset (adiw)
13 ; CHECK: adiw r24, 17
15 ; CHECK: adiw {{.*}}, 39
32 ; CHECK: adiw r24, 17
52 ; CHECK: adiw r28, 57
69 ; materialized with adiw/sbiw but with a subi/sbci pair.
Dvarargs.ll13 ; CHECK: adiw r24, 3
56 ; CHECK: adiw r30, 6
Dframe.ll23 ; CHECK: adiw r28, [[SIZE]]
Dinterrupts.ll85 ; CHECK: adiw r28, 1
Ddynalloca.ll81 ; CHECK-NEXT: adiw r30, 8
Dadd.ll35 ; CHECK: adiw r24, 63
Ddirectmem.ll119 ; CHECK: adiw r24, 1
/external/llvm-project/llvm/test/MC/AVR/out-of-range-fixups/
Dadiw-pass.s4 adiw r24, foo+63 label
/external/llvm-project/lld/test/ELF/
Davr-reloc.s49 ;; 4e 96 adiw r24, 0x1e
55 adiw r24, b ; R_AVR_6_ADIW label
/external/llvm/lib/Target/AVR/
DAVRRegisterInfo.td173 // 16-bit register class for the adiw/sbiw instructions.
DAVRInstrInfo.td376 "adiw\t$rd, $k",
1789 // This pseudo gets expanded into a movw+adiw thus it clobbers SREG.
1916 // any add with imm instructions. Also take care of the adiw/sbiw instructions.
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVRRegisterInfo.td190 // 16-bit register class for the adiw/sbiw instructions.
DAVRInstrInfo.td418 "adiw\t$rd, $k",
1884 // This pseudo gets expanded into a movw+adiw thus it clobbers SREG.
2038 // any add with imm instructions. Also take care of the adiw/sbiw instructions.
/external/llvm-project/llvm/lib/Target/AVR/
DAVRRegisterInfo.td217 // 16-bit register class for the adiw/sbiw instructions.
DAVRInstrInfo.td424 "adiw\t$rd, $k",
1900 // This pseudo gets expanded into a movw+adiw thus it clobbers SREG.
2054 // any add with imm instructions. Also take care of the adiw/sbiw instructions.