Searched refs:CLREX (Results 1 – 20 of 20) sorted by relevance
/external/llvm/test/MC/ARM/ |
D | arm11-hint-instr.s | 18 @ YIELD/WFE/WFI/SEV/CLREX - are not supported pre v6K
|
D | basic-thumb2-instructions.s | 436 @ CLREX
|
D | basic-arm-instructions.s | 671 @ CLREX
|
/external/valgrind/VEX/priv/ |
D | host_arm_defs.h | 892 } CLREX; member
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64InstrAtomics.td | 364 def : Pat<(int_aarch64_clrex), (CLREX 0xf)>;
|
D | AArch64SchedKryoDetails.td | 568 (instrs DSB, DMB, CLREX)>;
|
D | AArch64InstrInfo.td | 399 def CLREX : CRmSystemI<imm0_15, 0b010, "clrex">; 414 def : InstAlias<"clrex", (CLREX 0xf)>;
|
/external/vixl/src/aarch64/ |
D | constants-aarch64.h | 742 CLREX = SystemExclusiveMonitorFixed enumerator
|
D | simulator-aarch64.cc | 2878 VIXL_ASSERT(instr->Mask(SystemExclusiveMonitorMask) == CLREX); in VisitSystem() 2880 case CLREX: { in VisitSystem()
|
D | disasm-aarch64.cc | 1733 case CLREX: { in VisitSystem()
|
D | assembler-aarch64.cc | 2061 void Assembler::clrex(int imm4) { Emit(CLREX | CRm(imm4)); } in clrex()
|
/external/swiftshader/third_party/LLVM/test/MC/Disassembler/ARM/ |
D | basic-arm-instructions.txt | 370 # CLREX
|
D | thumb2.txt | 267 # CLREX
|
/external/llvm/test/MC/Disassembler/ARM/ |
D | thumb2.txt | 277 # CLREX
|
D | basic-arm-instructions.txt | 403 # CLREX
|
/external/vixl/doc/aarch64/ |
D | supported-instructions-aarch64.md | 281 ### CLREX ### subsection
|
/external/swiftshader/third_party/LLVM/test/MC/ARM/ |
D | basic-arm-instructions.s | 416 @ CLREX
|
D | basic-thumb2-instructions.s | 310 @ CLREX
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMInstrInfo.td | 4197 def CLREX : AXI<(outs), (ins), MiscFrm, NoItinerary, "clrex", []>,
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrInfo.td | 4753 def CLREX : AXI<(outs), (ins), MiscFrm, NoItinerary, "clrex",
|