Home
last modified time | relevance | path

Searched refs:clrex (Results 1 – 23 of 23) sorted by relevance

/external/llvm/test/CodeGen/ARM/
Dldstrex.ll97 ; CHECK: clrex
99 call void @llvm.arm.clrex()
103 declare void @llvm.arm.clrex() nounwind
/external/llvm/test/MC/Disassembler/AArch64/
Darm64-system.txt26 # CHECK: clrex #10
Dbasic-a64-instructions.txt2946 # CHECK: clrex
2947 # CHECK: clrex #0
2948 # CHECK: clrex #7
2949 # CHECK: clrex
/external/llvm/test/CodeGen/AArch64/
Darm64-ldxr-stxr.ll136 ; CHECK: clrex
138 call void @llvm.aarch64.clrex()
142 declare void @llvm.aarch64.clrex() nounwind
/external/valgrind/docs/internals/
DMERGE_3_10_1.txt20 //14549 DRD: Handle Imbe_CancelReservation properly (clrex on ARM)
/external/vixl/
DREADME.md111 `stlrh`, `stlr`, `ldarb`, `ldarh`, `ldar`, `clrex`.
/external/llvm/test/MC/AArch64/
Darm64-system-encoding.s28 clrex #10
29 ; CHECK: clrex #10 ; encoding: [0x5f,0x3a,0x03,0xd5]
Dbasic-a64-diagnostics.s3229 clrex #-1
3230 clrex #16
Dbasic-a64-instructions.s3479 clrex
3480 clrex #0
3481 clrex #7
3482 clrex #15
/external/vixl/test/
Dtest-disasm-a64.cc2504 COMPARE(clrex(0), "clrex #0x0"); in TEST()
2505 COMPARE(clrex(14), "clrex #0xe"); in TEST()
2506 COMPARE(clrex(15), "clrex"); in TEST()
2507 COMPARE(clrex(), "clrex"); in TEST()
Dtest-assembler-a64.cc15039 TEST(clrex) { in TEST() argument
/external/llvm/test/MC/ARM/
Dbasic-thumb2-instructions.s364 clrex
368 @ CHECK: clrex @ encoding: [0xbf,0xf3,0x2f,0x8f]
Dbasic-arm-instructions.s662 clrex
664 @ CHECK: clrex @ encoding: [0x1f,0xf0,0x7f,0xf5]
/external/vixl/src/vixl/a64/
Dmacro-assembler-a64.h1049 clrex(); in Clrex()
Dassembler-a64.h1911 void clrex(int imm4 = 0xf);
Dassembler-a64.cc2522 void Assembler::clrex(int imm4) { in clrex() function in vixl::Assembler
/external/llvm/test/MC/Disassembler/ARM/
Dbasic-arm-instructions.txt405 # CHECK: clrex
Dthumb2.txt279 #CHECK: clrex
/external/vixl/doc/
Dsupported-instructions.md285 void clrex(int imm4 = 0xf)
/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.td366 def CLREX : CRmSystemI<imm0_15, 0b010, "clrex">;
381 def : InstAlias<"clrex", (CLREX 0xf)>;
/external/valgrind/
DNEWS277 n-i-bz DRD and Helgrind: Handle Imbe_CancelReservation (clrex on ARM)
/external/llvm/lib/Target/ARM/
DARMInstrThumb2.td3435 def t2CLREX : T2I<(outs), (ins), NoItinerary, "clrex", "", [(int_arm_clrex)]>,
DARMInstrInfo.td4676 def CLREX : AXI<(outs), (ins), MiscFrm, NoItinerary, "clrex",