Home
last modified time | relevance | path

Searched refs:SetAllowMacroInstructions (Results 1 – 6 of 6) sorted by relevance

/external/vixl/src/
Dcode-generation-scopes-vixl.h279 masm_->SetAllowMacroInstructions(previous_allow_macro_assembler_); in Close()
311 masm->SetAllowMacroInstructions(false); in Open()
Dmacro-assembler-interface.h44 virtual void SetAllowMacroInstructions(bool allow) = 0;
/external/vixl/test/
Dtest-pool-manager.cc268 void SetAllowMacroInstructions(bool allow) VIXL_OVERRIDE { USE(allow); } in SetAllowMacroInstructions() function in TestMacroAssembler
/external/vixl/src/aarch64/
Dmacro-assembler-aarch64.cc133 masm_->SetAllowMacroInstructions(false); in Emit()
156 masm_->SetAllowMacroInstructions(true); in Emit()
Dmacro-assembler-aarch64.h6620 virtual void SetAllowMacroInstructions(bool value) VIXL_OVERRIDE { in SetAllowMacroInstructions() function
/external/vixl/src/aarch32/
Dmacro-assembler-aarch32.h251 virtual void SetAllowMacroInstructions(bool value) VIXL_OVERRIDE { in SetAllowMacroInstructions() function
271 SetAllowMacroInstructions( // NOLINT(clang-analyzer-optin.cplusplus.VirtualCall) in Assembler()
287 SetAllowMacroInstructions( // NOLINT(clang-analyzer-optin.cplusplus.VirtualCall) in Assembler()
301 SetAllowMacroInstructions( // NOLINT(clang-analyzer-optin.cplusplus.VirtualCall) in Assembler()