Home
last modified time | relevance | path

Searched refs:allow_macro_instructions_ (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/vixl/src/aarch64/
H A Dmacro-assembler-aarch64.h1061 VIXL_ASSERT(allow_macro_instructions_); in Adr()
1067 VIXL_ASSERT(allow_macro_instructions_); in Adrp()
1073 VIXL_ASSERT(allow_macro_instructions_); in Asr()
1080 VIXL_ASSERT(allow_macro_instructions_); in Asr()
1111 VIXL_ASSERT(allow_macro_instructions_); in Bfm()
1121 VIXL_ASSERT(allow_macro_instructions_); in Bfi()
1128 VIXL_ASSERT(allow_macro_instructions_); in Bfc()
1137 VIXL_ASSERT(allow_macro_instructions_); in Bfxil()
1147 VIXL_ASSERT(allow_macro_instructions_); in Bl()
1152 VIXL_ASSERT(allow_macro_instructions_); in Blr()
[all …]
H A Dmacro-assembler-sve-aarch64.cc132 VIXL_ASSERT(allow_macro_instructions_); in Mul()
141 VIXL_ASSERT(allow_macro_instructions_); in Smin()
151 VIXL_ASSERT(allow_macro_instructions_); in Smax()
161 VIXL_ASSERT(allow_macro_instructions_); in Umax()
171 VIXL_ASSERT(allow_macro_instructions_); in Umin()
181 VIXL_ASSERT(allow_macro_instructions_); in Addpl()
251 VIXL_ASSERT(allow_macro_instructions_); in Addvl()
307 VIXL_ASSERT(allow_macro_instructions_); in CalculateSVEAddress()
366 VIXL_ASSERT(allow_macro_instructions_); in Cpy()
430 VIXL_ASSERT(allow_macro_instructions_); in Fcpy()
[all …]
H A Dmacro-assembler-aarch64.cc319 allow_macro_instructions_(true), in MacroAssembler()
333 USE(allow_macro_instructions_); in MacroAssembler()
342 allow_macro_instructions_(true), in MacroAssembler()
363 allow_macro_instructions_(true), in MacroAssembler()
561 VIXL_ASSERT(allow_macro_instructions_); in B()
587 VIXL_ASSERT(allow_macro_instructions_); in Cbnz()
613 VIXL_ASSERT(allow_macro_instructions_); in Cbz()
638 VIXL_ASSERT(allow_macro_instructions_); in Tbnz()
663 VIXL_ASSERT(allow_macro_instructions_); in Tbz()
683 VIXL_ASSERT(allow_macro_instructions_); in Bind()
[all …]
/aosp_15_r20/external/vixl/src/aarch32/
H A Dmacro-assembler-aarch32.h252 allow_macro_instructions_ = value; in SetAllowMacroInstructions()
274 USE(allow_macro_instructions_); in Assembler()
309 return allow_macro_instructions_; in AllowMacroInstructions()
393 VIXL_ASSERT(allow_macro_instructions_); in Bind()
461 VIXL_ASSERT(allow_macro_instructions_); in Place()
557 VIXL_ASSERT(allow_macro_instructions_); in Adr()
580 VIXL_ASSERT(allow_macro_instructions_); in Ldr()
601 VIXL_ASSERT(allow_macro_instructions_); in Ldrb()
623 VIXL_ASSERT(allow_macro_instructions_); in Ldrd()
646 VIXL_ASSERT(allow_macro_instructions_); in Ldrh()
[all …]
H A Dmacro-assembler-aarch32.cc258 VIXL_ASSERT(allow_macro_instructions_); in MemOperandComputationHelper()