OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:clrex
(Results
1 - 25
of
40
) sorted by null
1
2
/external/llvm/test/CodeGen/ARM/
ldstrex.ll
97
; CHECK:
clrex
99
call void @llvm.arm.
clrex
()
103
declare void @llvm.arm.
clrex
() nounwind
/external/llvm/test/CodeGen/AArch64/
arm64-ldxr-stxr.ll
136
; CHECK:
clrex
138
call void @llvm.aarch64.
clrex
()
142
declare void @llvm.aarch64.
clrex
() nounwind
/external/llvm/test/MC/Disassembler/AArch64/
arm64-system.txt
26
# CHECK:
clrex
#10
basic-a64-instructions.txt
[
all
...]
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
atomicops-internals-arm-v6plus.h
280
"
clrex
\n"
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
atomicops-internals-arm-v6plus.h
279
"
clrex
\n"
/external/clang/test/CodeGen/
builtins-arm-exclusive.c
308
// CHECK: call void @llvm.arm.
clrex
()
309
// CHECK-ARM64: call void @llvm.aarch64.
clrex
()
/external/valgrind/main/VEX/priv/
host_arm_defs.h
861
/* A
CLREX
instruction. */
863
}
CLREX
;
host_arm64_defs.h
776
//ZZ /* A
CLREX
instruction. */
778
//ZZ }
CLREX
;
[
all
...]
host_arm_defs.c
[
all
...]
/art/compiler/utils/arm/
assembler_arm32.h
124
void
clrex
(Condition cond = AL) OVERRIDE;
assembler_thumb2.h
150
void
clrex
(Condition cond = AL) OVERRIDE;
assembler_arm.h
444
virtual void
clrex
(Condition cond = AL) = 0;
assembler_arm32.cc
746
void Arm32Assembler::
clrex
(Condition cond) {
function in class:art::arm::Arm32Assembler
[
all
...]
assembler_thumb2.cc
1626
void Thumb2Assembler::
clrex
(Condition cond) {
function in class:art::arm::Thumb2Assembler
[
all
...]
/external/llvm/test/MC/AArch64/
arm64-system-encoding.s
28
clrex
#10
29
; CHECK:
clrex
#10 ; encoding: [0x5f,0x3a,0x03,0xd5]
basic-a64-instructions.s
[
all
...]
basic-a64-diagnostics.s
[
all
...]
/external/llvm/lib/Target/AArch64/
AArch64InstrAtomics.td
364
def : Pat<(int_aarch64_clrex), (
CLREX
0xf)>;
AArch64InstrInfo.td
336
def
CLREX
: CRmSystemI<imm0_15, 0b010, "
clrex
">;
341
def : InstAlias<"
clrex
", (
CLREX
0xf)>;
[
all
...]
/art/compiler/dex/quick/arm/
arm_lir.h
519
kThumb2Clrex, //
clrex
[11110011101111111000111100101111].
[
all
...]
assemble_arm.cc
[
all
...]
/external/llvm/lib/Target/ARM/
ARMInstrInfo.td
[
all
...]
/external/llvm/test/MC/Disassembler/ARM/
basic-arm-instructions.txt
376
#
CLREX
378
# CHECK:
clrex
[
all
...]
thumb2.txt
277
#
CLREX
279
#CHECK:
clrex
[
all
...]
Completed in 884 milliseconds
1
2