Searched refs:operand_size (Results 1 – 11 of 11) sorted by relevance
/external/vixl/src/aarch64/ |
D | abi-aarch64.h | 100 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()
|
D | macro-assembler-aarch64.cc | 1663 int operand_size = static_cast<int>(dst.GetSizeInBits()); in Move() local 1684 CPURegister temp = temps.AcquireCPURegisterOfSize(operand_size); in Move()
|
/external/mesa3d/src/amd/compiler/ |
D | aco_opcodes.py | 212 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
|
D | aco_ir.h | 1802 const unsigned operand_size[static_cast<int>(aco_opcode::num_opcodes)]; member
|
D | aco_optimizer.cpp | 793 return instr_info.operand_size[(int)instr->opcode]; in get_operand_size()
|
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | strided_slice_op.cc | 349 auto operand_size = xla::GetDimensionSize(ctx->Input(0), input_index); in Compile() local 358 operand_size = xla::Add( in Compile() 359 operand_size, in Compile() 375 operand_size = xla::Min(operand_size, end_size); in Compile() 379 xla::Sub(operand_size, xla::ConstantR0<int32>( in Compile()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_cost_analysis.cc | 957 int64_t operand_size = 0; in HandleFusion() local 959 operand_size = FusionParameterReadBytes(operand); in HandleFusion() 976 operand_size += size; in HandleFusion() 980 current_properties_[kBytesAccessedKey] += operand_size; in HandleFusion() 981 SetOperandBytesAccessed(i, operand_size); in HandleFusion()
|
/external/google-breakpad/src/third_party/libdisasm/swig/ |
D | libdisasm.i | 54 %rename(operand_size) x86_operand_size;
|
/external/crosvm/hypervisor/src/haxm/haxm_sys/ |
D | bindings.rs | 486 pub fn operand_size(&self) -> u32 { in operand_size() method 526 operand_size: u32, in new_bitfield_1() 557 let operand_size: u32 = unsafe { ::std::mem::transmute(operand_size) }; localVariable 558 operand_size as u64
|
/external/crosvm/hypervisor/src/haxm/ |
D | vcpu.rs | 828 db: item.__bindgen_anon_1.__bindgen_anon_1.operand_size() as u8, in from()
|
/external/mesa3d/docs/relnotes/ |
D | 20.2.0.rst | 3824 - aco: add Info::{operand_size,definition_size}
|