[lldb-dap] Ensure the IO forwarding threads are managed by the DAP object lifecycle...
[llvm-project.git] / llvm / test / MC / Mips / macro-ld-sd.s
blob28559d8537ef06f9b2cb525db72a98a95cce72e1
1 # RUN: llvm-mc -triple mips-mti-linux-gnu -mcpu=mips32r2 \
2 # RUN: -show-encoding %s | FileCheck --check-prefixes=ALL,32 %s
3 # RUN: llvm-mc -triple mips-mti-linux-gnu -mcpu=mips32r2 -mattr=+micromips \
4 # RUN: -show-encoding %s | FileCheck --check-prefixes=ALL,MM2 %s
5 # RUN: llvm-mc -triple mips-mti-linux-gnu -mcpu=mips32r6 -mattr=+micromips \
6 # RUN: -show-encoding %s | FileCheck --check-prefixes=ALL,MM6 %s
7 # RUN: llvm-mc -triple mips64-mti-linux-gnu -show-encoding %s -target-abi n64 \
8 # RUN: | FileCheck --check-prefixes=ALL,64 %s
9 # RUN: llvm-mc -triple mips64-mti-linux-gnu -show-encoding %s -target-abi n32 \
10 # RUN: | FileCheck --check-prefixes=ALL,64 %s
12 # ALL: .text
13 .text
14 ld $8, 0($5)
15 # 32: lw $8, 0($5) # encoding: [0x8c,0xa8,0x00,0x00]
16 # 32: lw $9, 4($5) # encoding: [0x8c,0xa9,0x00,0x04]
17 # MM2: lw $8, 0($5) # encoding: [0xfd,0x05,0x00,0x00]
18 # MM2: lw $9, 4($5) # encoding: [0xfd,0x25,0x00,0x04]
19 # MM6: lw $8, 0($5) # encoding: [0xfd,0x05,0x00,0x00]
20 # MM6: lw $9, 4($5) # encoding: [0xfd,0x25,0x00,0x04]
21 # 64: ld $8, 0($5) # encoding: [0xdc,0xa8,0x00,0x00]
22 sd $8, 0($5)
23 # 32: sw $8, 0($5) # encoding: [0xac,0xa8,0x00,0x00]
24 # 32: sw $9, 4($5) # encoding: [0xac,0xa9,0x00,0x04]
25 # MM2: sw $8, 0($5) # encoding: [0xf9,0x05,0x00,0x00]
26 # MM2: sw $9, 4($5) # encoding: [0xf9,0x25,0x00,0x04]
27 # MM6: sw $8, 0($5) # encoding: [0xf9,0x05,0x00,0x00]
28 # MM6: sw $9, 4($5) # encoding: [0xf9,0x25,0x00,0x04]
29 # 64: sd $8, 0($5) # encoding: [0xfc,0xa8,0x00,0x00]
30 ld $8, 0($8)
31 # 32: lw $9, 4($8) # encoding: [0x8d,0x09,0x00,0x04]
32 # 32: lw $8, 0($8) # encoding: [0x8d,0x08,0x00,0x00]
33 # MM2: lw $9, 4($8) # encoding: [0xfd,0x28,0x00,0x04]
34 # MM2: lw $8, 0($8) # encoding: [0xfd,0x08,0x00,0x00]
35 # MM6: lw $9, 4($8) # encoding: [0xfd,0x28,0x00,0x04]
36 # MM6: lw $8, 0($8) # encoding: [0xfd,0x08,0x00,0x00]
37 # 64: ld $8, 0($8) # encoding: [0xdd,0x08,0x00,0x00]
38 sd $8, 0($8)
39 # 32: sw $8, 0($8) # encoding: [0xad,0x08,0x00,0x00]
40 # 32: sw $9, 4($8) # encoding: [0xad,0x09,0x00,0x04]
41 # MM2: sw $8, 0($8) # encoding: [0xf9,0x08,0x00,0x00]
42 # MM2: sw $9, 4($8) # encoding: [0xf9,0x28,0x00,0x04]
43 # MM6: sw $8, 0($8) # encoding: [0xf9,0x08,0x00,0x00]
44 # MM6: sw $9, 4($8) # encoding: [0xf9,0x28,0x00,0x04]
45 # 64: sd $8, 0($8) # encoding: [0xfd,0x08,0x00,0x00]