Searched refs:clrex (Results 1 – 23 of 23) sorted by relevance
/external/llvm/test/CodeGen/ARM/ |
D | ldstrex.ll | 97 ; CHECK: clrex 99 call void @llvm.arm.clrex() 103 declare void @llvm.arm.clrex() nounwind
|
/external/llvm/test/MC/Disassembler/AArch64/ |
D | arm64-system.txt | 26 # CHECK: clrex #10
|
D | basic-a64-instructions.txt | 2946 # CHECK: clrex 2947 # CHECK: clrex #0 2948 # CHECK: clrex #7 2949 # CHECK: clrex
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-ldxr-stxr.ll | 136 ; CHECK: clrex 138 call void @llvm.aarch64.clrex() 142 declare void @llvm.aarch64.clrex() nounwind
|
/external/valgrind/docs/internals/ |
D | MERGE_3_10_1.txt | 20 //14549 DRD: Handle Imbe_CancelReservation properly (clrex on ARM)
|
/external/vixl/ |
D | README.md | 111 `stlrh`, `stlr`, `ldarb`, `ldarh`, `ldar`, `clrex`.
|
/external/llvm/test/MC/AArch64/ |
D | arm64-system-encoding.s | 28 clrex #10 29 ; CHECK: clrex #10 ; encoding: [0x5f,0x3a,0x03,0xd5]
|
D | basic-a64-diagnostics.s | 3229 clrex #-1 3230 clrex #16
|
D | basic-a64-instructions.s | 3479 clrex 3480 clrex #0 3481 clrex #7 3482 clrex #15
|
/external/vixl/test/ |
D | test-disasm-a64.cc | 2504 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()
|
D | test-assembler-a64.cc | 15039 TEST(clrex) { in TEST() argument
|
/external/llvm/test/MC/ARM/ |
D | basic-thumb2-instructions.s | 364 clrex 368 @ CHECK: clrex @ encoding: [0xbf,0xf3,0x2f,0x8f]
|
D | basic-arm-instructions.s | 662 clrex 664 @ CHECK: clrex @ encoding: [0x1f,0xf0,0x7f,0xf5]
|
/external/vixl/src/vixl/a64/ |
D | macro-assembler-a64.h | 1049 clrex(); in Clrex()
|
D | assembler-a64.h | 1911 void clrex(int imm4 = 0xf);
|
D | assembler-a64.cc | 2522 void Assembler::clrex(int imm4) { in clrex() function in vixl::Assembler
|
/external/llvm/test/MC/Disassembler/ARM/ |
D | basic-arm-instructions.txt | 405 # CHECK: clrex
|
D | thumb2.txt | 279 #CHECK: clrex
|
/external/vixl/doc/ |
D | supported-instructions.md | 285 void clrex(int imm4 = 0xf)
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.td | 366 def CLREX : CRmSystemI<imm0_15, 0b010, "clrex">; 381 def : InstAlias<"clrex", (CLREX 0xf)>;
|
/external/valgrind/ |
D | NEWS | 277 n-i-bz DRD and Helgrind: Handle Imbe_CancelReservation (clrex on ARM)
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrThumb2.td | 3435 def t2CLREX : T2I<(outs), (ins), NoItinerary, "clrex", "", [(int_arm_clrex)]>,
|
D | ARMInstrInfo.td | 4676 def CLREX : AXI<(outs), (ins), MiscFrm, NoItinerary, "clrex",
|