Searched refs:it_scope (Results 1 – 4 of 4) sorted by relevance
/external/vixl/src/aarch32/ |
D | macro-assembler-aarch32.h | 567 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 …]
|
D | macro-assembler-aarch32.cc | 265 ITScope it_scope(this, &cond, guard); in MemOperandComputationHelper() local
|
D | disasm-aarch32.cc | 6991 ITBlockScope it_scope(&it_block_); in DecodeT32() local
|
/external/v8/src/builtins/ |
D | constants-table-builder.cc | 99 ConstantsMap::IteratableScope it_scope(&map_); in Finalize() local 100 for (auto it = it_scope.begin(); it != it_scope.end(); ++it) { in Finalize()
|