Home
last modified time | relevance | path

Searched refs:is_first_fault (Results 1 – 2 of 2) sorted by relevance

/external/vixl/src/aarch64/
Dassembler-sve-aarch64.cc3919 bool is_first_fault) { in SVEScatterGatherHelper() argument
3922 VIXL_ASSERT(is_load || !is_first_fault); in SVEScatterGatherHelper()
4017 Instr ff = is_first_fault ? (1 << 13) : 0; in SVEScatterGatherHelper()
Dassembler-aarch64.h6634 bool is_first_fault);