Searched refs:wait32 (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/llvm/test/MC/WebAssembly/ |
| H A D | atomics-encodings.s | 8 # CHECK: memory.atomic.wait32 0 # encoding: [0xfe,0x01,0x02,0x00] 9 memory.atomic.wait32 0
|
| /llvm-project-15.0.7/llvm/test/CodeGen/WebAssembly/ |
| H A D | offset-atomics.ll | 1532 declare i32 @llvm.wasm.memory.atomic.wait32(i32*, i32, i64) 1537 ; CHECK: memory.atomic.wait32 $push0=, 0($0), $1, $2{{$}} 1540 %v = call i32 @llvm.wasm.memory.atomic.wait32(i32* %p, i32 %exp, i64 %timeout) 1547 ; CHECK: memory.atomic.wait32 $push0=, 24($0), $1, $2{{$}} 1552 %t = call i32 @llvm.wasm.memory.atomic.wait32(i32* %s, i32 %exp, i64 %timeout) 1559 ; CHECK: memory.atomic.wait32 $push0=, 24($0), $1, $2{{$}} 1571 ; CHECK: memory.atomic.wait32 $push2=, 0($pop1), $1, $2{{$}} 1583 ; CHECK: memory.atomic.wait32 $push2=, 0($pop1), $1, $2{{$}} 1597 ; CHECK: memory.atomic.wait32 $push2=, 0($pop1), $1, $2{{$}} 1608 ; CHECK: memory.atomic.wait32 $push1=, 42($pop0), $0, $1{{$}} [all …]
|
| /llvm-project-15.0.7/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyInstrAtomics.td | 54 "memory.atomic.wait32 \t$dst, ${off}(${addr})${p2align}, $exp, $timeout", 55 "memory.atomic.wait32 \t${off}${p2align}", 0x01, false>; 61 "memory.atomic.wait32 \t$dst, ${off}(${addr})${p2align}, $exp, $timeout", 62 "memory.atomic.wait32 \t${off}${p2align}", 0x01, true>;
|
| /llvm-project-15.0.7/llvm/test/MC/CSKY/ |
| H A D | basic.s | 469 # CHECK-ASM-AND-OBJ: wait32 471 wait32 label
|
| /llvm-project-15.0.7/lld/test/wasm/ |
| H A D | data-segments.ll | 248 ; DIS-NEXT: memory.atomic.wait32 0
|
| /llvm-project-15.0.7/llvm/lib/Target/CSKY/ |
| H A D | CSKYInstrInfo.td | 968 def WAIT32 : I_5_XZ_PRIVI<0x13, 0x1, "wait32">;
|