Lines Matching defs:size

40     MacroAssembler* masm, size_t size, SizePolicy size_policy)
42 size,
213 uint32_t size = static_cast<uint32_t>(size_arg);
215 if (pool_manager_.MustEmit(GetCursorOffset(), size)) {
216 int32_t new_pc = pool_manager_.Emit(this, GetCursorOffset(), size);
481 int size = reg4.GetRegSizeInBytes() + reg3.GetRegSizeInBytes() +
483 Drop(size);
706 EncodingSize size,
710 VIXL_ASSERT(size.IsBest());
746 (this->*instruction)(cond, size, rn, scratch);
782 (this->*instruction)(cond, size, rn, scratch);
793 (this->*instruction)(cond, size, rn, scratch);
803 (this->*instruction)(cond, size, rn, scratch);
811 Assembler::Delegate(type, instruction, cond, size, rn, operand);
865 // worst-case size and add targetted tests.
968 EncodingSize size,
974 VIXL_ASSERT(size.IsBest());
985 Assembler::Delegate(type, instruction, cond, size, rd, location);
1015 EncodingSize size,
1029 VIXL_ASSERT(size.IsBest());
1062 (this->*instruction)(cond, size, rd, rn, scratch);
1126 (this->*asmcb)(cond, size, rd, rn, Operand(imm));
1208 (this->*instruction)(cond, size, rd, rn, operand);
1214 // worst-case size and add targetted tests.
1217 (this->*instruction)(cond, size, rd, rn, scratch);
1221 Assembler::Delegate(type, instruction, cond, size, rd, rn, operand);
1354 // worst-case size and add targetted tests.
1432 // worst-case size and add targetted tests.
1448 // worst-case size and add targetted tests.
1491 // should analyse the worst-case size and add targetted tests.
1501 // worst-case size and add targetted tests.
1723 EncodingSize size,
1727 VIXL_ASSERT(size.IsBest());
1760 size,
1786 size,
1804 size,
1856 (this->*instruction)(cond, size, rd, MemOperand(rn, Offset));
1885 (this->*instruction)(cond, size, rd, MemOperand(scratch, Offset));
1898 (this->*instruction)(cond, size, rd, MemOperand(rn, Offset));
1913 Assembler::Delegate(type, instruction, cond, size, rd, operand);