Home
last modified time | relevance | path

Searched refs:it_scope (Results 1 – 4 of 4) sorted by relevance

/external/vixl/src/aarch32/
Dmacro-assembler-aarch32.h567 ITScope it_scope(this, &cond, guard); in Adr()
590 ITScope it_scope(this, &cond, guard); in Ldr()
611 ITScope it_scope(this, &cond, guard); in Ldrb()
633 ITScope it_scope(this, &cond, guard); in Ldrd()
656 ITScope it_scope(this, &cond, guard); in Ldrh()
677 ITScope it_scope(this, &cond, guard); in Ldrsb()
698 ITScope it_scope(this, &cond, guard); in Ldrsh()
719 ITScope it_scope(this, &cond, guard); in Vldr()
748 ITScope it_scope(this, &cond, guard); in Vldr()
1000 ITScope it_scope(this, &cond, guard, can_use_it); in Adc()
[all …]
Dmacro-assembler-aarch32.cc265 ITScope it_scope(this, &cond, guard); in MemOperandComputationHelper() local
Ddisasm-aarch32.cc6991 ITBlockScope it_scope(&it_block_); in DecodeT32() local
/external/v8/src/builtins/
Dconstants-table-builder.cc99 ConstantsMap::IteratableScope it_scope(&map_); in Finalize() local
100 for (auto it = it_scope.begin(); it != it_scope.end(); ++it) { in Finalize()