Home
last modified time | relevance | path

Searched refs:operand_size (Results 1 – 9 of 9) sorted by relevance

/external/vixl/src/aarch64/
Dabi-aarch64.h100 unsigned operand_size = AlignUp(size, kWRegSizeInBytes); in GetNextParameterGenericOperand() local
118 return GenericOperand(MemOperand(stack_pointer_, offset), operand_size); in GetNextParameterGenericOperand()
122 return GenericOperand(Register(NGRN_++, operand_size * kBitsPerByte)); in GetNextParameterGenericOperand()
144 return GenericOperand(MemOperand(stack_pointer_, offset), operand_size); in GetNextParameterGenericOperand()
Dmacro-assembler-aarch64.cc1697 int operand_size = static_cast<int>(dst.GetSizeInBits()); in Move() local
1718 CPURegister temp = temps.AcquireCPURegisterOfSize(operand_size); in Move()
/external/mesa3d/src/amd/compiler/
Daco_opcodes.py212 self.operand_size = op_dtype_sizes.get(op_dtype, 32)
213 self.definition_size = def_dtype_sizes.get(def_dtype, self.operand_size)
216 if self.operand_size == 16 and op_dtype != 'f16':
217 self.operand_size = 16
218 elif self.operand_size == 24:
219 self.operand_size = 32
221 self.operand_size = 32
224 self.operand_size = 0
226 self.operand_size = 0
230 self.operand_size = 32
Daco_ir.h1802 const unsigned operand_size[static_cast<int>(aco_opcode::num_opcodes)]; member
Daco_optimizer.cpp793 return instr_info.operand_size[(int)instr->opcode]; in get_operand_size()
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dstrided_slice_op.cc312 auto operand_size = xla::GetDimensionSize(ctx->Input(0), input_index); in Compile() local
321 operand_size = xla::Add( in Compile()
322 operand_size, in Compile()
338 operand_size = xla::Min(operand_size, end_size); in Compile()
342 xla::Sub(operand_size, xla::ConstantR0<int32>( in Compile()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_cost_analysis.cc899 int64 operand_size = 0; in HandleFusion() local
901 operand_size = FusionParameterReadBytes(operand); in HandleFusion()
918 operand_size += size; in HandleFusion()
922 current_properties_[kBytesAccessedKey] += operand_size; in HandleFusion()
923 SetOperandBytesAccessed(i, operand_size); in HandleFusion()
/external/google-breakpad/src/third_party/libdisasm/swig/
Dlibdisasm.i54 %rename(operand_size) x86_operand_size;
/external/mesa3d/docs/relnotes/
D20.2.0.rst3824 - aco: add Info::{operand_size,definition_size}