Home
last modified time | relevance | path

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

/external/vixl/src/vixl/a64/
Dmacro-assembler-a64.cc292 allow_simulator_instructions_(VIXL_GENERATE_SIMULATOR_INSTRUCTIONS_VALUE), in MacroAssembler()
310 allow_simulator_instructions_(VIXL_GENERATE_SIMULATOR_INSTRUCTIONS_VALUE), in MacroAssembler()
2190 if (allow_simulator_instructions_) { in PrintfNoPreserve()
2288 if (allow_simulator_instructions_) { in Trace()
2315 if (allow_simulator_instructions_) { in Log()
Dmacro-assembler-a64.h2079 if (allow_simulator_instructions_) { in Unreachable()
2918 allow_simulator_instructions_ = value; in SetAllowSimulatorInstructions()
2922 return allow_simulator_instructions_; in AllowSimulatorInstructions()
3120 bool allow_simulator_instructions_; variable