Home
last modified time | relevance | path

Searched refs:ISB (Results 1 – 25 of 75) sorted by relevance

123

/external/u-boot/arch/arm/include/asm/
Dbarriers.h33 #define ISB asm volatile ("isb sy" : : : "memory") macro
37 #define ISB CP15ISB macro
41 #define ISB asm volatile ("" : : : "memory") macro
46 #define isb() ISB
/external/llvm/lib/ProfileData/
DInstrProfWriter.cpp217 InstrProfSummaryBuilder ISB(ProfileSummaryBuilder::DefaultCutoffs); in writeImpl() local
218 InfoObj->SummaryBuilder = &ISB; in writeImpl()
262 std::unique_ptr<ProfileSummary> PS = ISB.getSummary(); in writeImpl()
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/
Dinvalid-barrier.s22 @ ISB
/external/llvm/test/MC/ARM/
Dinvalid-barrier.s22 @ ISB
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/
DInstrProfWriter.cpp255 InstrProfSummaryBuilder ISB(ProfileSummaryBuilder::DefaultCutoffs); in writeImpl() local
256 InfoObj->SummaryBuilder = &ISB; in writeImpl()
300 std::unique_ptr<ProfileSummary> PS = ISB.getSummary(); in writeImpl()
/external/u-boot/arch/arm/cpu/armv7/
Dstart.S103 mcr p15, 0, r0, c7, c5, 4 @ ISB
148 mcr p15, 0, r0, c7, c5, 4 @ ISB
218 isb @ Recommended ISB after l2actlr update
/external/u-boot/arch/arm/mach-imx/
Dcache.c36 ISB; in enable_ca7_smp()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
Dintrinsics-memory-barrier.ll40 ; And ISB.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Dintrinsics-memory-barrier.ll43 ; And ISB.
/external/llvm/test/CodeGen/ARM/
Dintrinsics-memory-barrier.ll40 ; And ISB.
/external/llvm/test/CodeGen/AArch64/
Dintrinsics-memory-barrier.ll43 ; And ISB.
/external/llvm/lib/Target/AArch64/InstPrinter/
DAArch64InstPrinter.cpp1404 if (Opcode == AArch64::ISB) { in printBarrierOption()
1405 auto ISB = AArch64ISB::lookupISBByEncoding(Val); in printBarrierOption() local
1406 Name = ISB ? ISB->Name : ""; in printBarrierOption()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/InstPrinter/
DAArch64InstPrinter.cpp1336 if (Opcode == AArch64::ISB) { in printBarrierOption()
1337 auto ISB = AArch64ISB::lookupISBByEncoding(Val); in printBarrierOption() local
1338 Name = ISB ? ISB->Name : ""; in printBarrierOption()
/external/llvm/lib/Target/AArch64/Utils/
DAArch64BaseInfo.h310 struct ISB { struct
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/Utils/
DAArch64BaseInfo.h325 struct ISB : SysAlias { struct
/external/llvm/lib/Target/AArch64/
DAArch64SchedCyclone.td290 // ISB
291 def : InstRW<[WriteI], (instrs ISB)>;
DAArch64SystemOperands.td126 // ISB (instruction-fetch barrier) instruction options.
129 class ISB<string name, bits<4> encoding> : SearchableTable{
138 def : ISB<"sy", 0xf>;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64SchedCyclone.td292 // ISB
293 def : InstRW<[WriteI], (instrs ISB)>;
DAArch64SystemOperands.td131 // ISB (instruction-fetch barrier) instruction options.
134 class ISB<string name, bits<4> encoding> : SearchableTable{
143 def : ISB<"sy", 0xf>;
DAArch64SchedFalkorDetails.td1246 def : InstRW<[FalkorWr_1none_0cyc], (instrs BRK, DCPS1, DCPS2, DCPS3, HINT, HLT, HVC, ISB, SMC, S…
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/AArch64/
DAArch64GenSystemOperands.inc1421 const ISB *lookupISBByName(StringRef Name);
1422 const ISB *lookupISBByEncoding(uint8_t Encoding);
1426 const ISB ISBsList[] = {
1430 const ISB *lookupISBByName(StringRef Name) {
1458 const ISB *lookupISBByEncoding(uint8_t Encoding) {
DAArch64GenSubtargetInfo.inc1908 {DBGFIELD("ISB") 1, false, false, 3, 1, 4, 1, 0, 0}, // #392
2894 {DBGFIELD("ISB") 1, false, false, 0, 0, 4, 1, 0, 0}, // #392
3880 {DBGFIELD("ISB") 1, false, false, 1, 1, 93, 1, 0, 0}, // #392
4866 {DBGFIELD("ISB") 1, false, false, 0, 0, 4, 1, 0, 0}, // #392
5852 {DBGFIELD("ISB") 1, false, false, 0, 0, 4, 1, 0, 0}, // #392
6838 {DBGFIELD("ISB") 1, false, false, 0, 0, 0, 1, 0, 0}, // #392
7824 {DBGFIELD("ISB") 1, false, false, 0, 0, 0, 1, 0, 0}, // #392
8810 {DBGFIELD("ISB") 1, false, false, 3, 1, 4, 1, 0, 0}, // #392
9796 {DBGFIELD("ISB") 1, false, false, 0, 0, 4, 1, 0, 0}, // #392
/external/ImageMagick/PerlMagick/t/reference/write/filter/
DShear.miff42 …93��8/��;/��:/��5+��3+��.,��73��55��5/��NC�laF�tgK��mU��i^���x�����q�v�]\�ISB�5.+�1))�1+*�/-+�/0,…
/external/v8/src/arm64/
Dconstants-arm64.h776 ISB = MemBarrierFixed | 0x00000040 enumerator
/external/vixl/src/aarch64/
Dconstants-aarch64.h757 ISB = MemBarrierFixed | 0x00000040 enumerator

123