asmjit::a64::Predicate::DB Namespace Reference

Data barrier options (DMB/DSB).

Enumerations

Enumeration Type Documentation

a64::Predicate::DB::Value : uint32_tenum◆ 

Data barrier immediate values.

ConstantDescription
kOSHLD 

Waits only for loads to complete, and only applies to the outer shareable domain.

kOSHST 

Waits only for stores to complete, and only applies to the outer shareable domain.

kOSH 

Only applies to the outer shareable domain.

kNSHLD 

Waits only for loads to complete and only applies out to the point of unification.

kNSHST 

Waits only for stores to complete and only applies out to the point of unification.

kNSH 

Only applies out to the point of unification.

kISHLD 

Waits only for loads to complete, and only applies to the inner shareable domain.

kISHST 

Waits only for stores to complete, and only applies to the inner shareable domain.

kISH 

Only applies to the inner shareable domain.

kLD 

Waits only for loads to complete.

kST 

Waits only for stores to complete.

kSY 

Full system memory barrier operation.