Lines Matching refs:kInstructionSize
122 if (option == kBranchRequired) emit_size += kInstructionSize; in Emit()
125 VIXL_ASSERT(emit_size % kInstructionSize == 0); in Emit()
136 ExactAssemblyScopeWithoutPoolsCheck guard(masm_, kInstructionSize); in Emit()
143 ExactAssemblyScopeWithoutPoolsCheck guard(masm_, kInstructionSize); in Emit()
271 ExactAssemblyScopeWithoutPoolsCheck guard(masm_, kInstructionSize); in Emit()
297 ExactAssemblyScopeWithoutPoolsCheck guard(masm_, kInstructionSize); in Emit()
595 EmissionCheckScope guard(this, 2 * kInstructionSize); in B()
621 EmissionCheckScope guard(this, 2 * kInstructionSize); in Cbnz()
647 EmissionCheckScope guard(this, 2 * kInstructionSize); in Cbz()
672 EmissionCheckScope guard(this, 2 * kInstructionSize); in Tbnz()
697 EmissionCheckScope guard(this, 2 * kInstructionSize); in Tbz()
1232 EmissionCheckScope guard(masm, 9 * kInstructionSize); in CselHelper()
2131 2 * kInstructionSize, in PushHelper()
2175 2 * kInstructionSize, in PopHelper()
2300 ExactAssemblyScope scope(this, 10 * kInstructionSize); in PushCalleeSavedRegisters()
2325 ExactAssemblyScope scope(this, 10 * kInstructionSize); in PopCalleeSavedRegisters()
2441 ExactAssemblyScope scope(this, kInstructionSize); in BumpSystemStackPointer()
2562 AlignUp(strlen(format) + 1, kInstructionSize) + in PrintfNoPreserve()
2563 2 * kInstructionSize); in PrintfNoPreserve()
2732 ExactAssemblyScope scope(this, kInstructionSize); in EnableInstrumentation()
2739 ExactAssemblyScope scope(this, kInstructionSize); in DisableInstrumentation()
2751 ExactAssemblyScope scope(this, kInstructionSize); in AnnotateInstrumentation()
2784 size_t padding_length = AlignUp(list_length, kInstructionSize) - list_length; in ConfigureSimulatorCPUFeaturesHelper()