Searched refs:temp_offset (Results 1 – 8 of 8) sorted by relevance
/aosp12/hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/ |
H A D | inv_sysfs_utils.h | 36 const char *temp_offset; member
|
H A D | inv_sysfs_utils.c | 228 count = inv_sysfs_read((char*)names->temp_offset, sizeof(str), str); in inv_read_temp_offset()
|
/aosp12/hardware/invensense/6515/libsensors_iio/software/core/mllite/linux/ |
H A D | inv_sysfs_utils.h | 42 const char *temp_offset; member
|
H A D | inv_sysfs_utils.c | 234 count = inv_sysfs_read((char*)names->temp_offset, sizeof(str), str); in inv_read_temp_offset()
|
/aosp12/art/compiler/optimizing/ |
H A D | code_generator_x86_64.h | 300 void PushOntoFPStack(Location source, uint32_t temp_offset,
|
H A D | code_generator_x86.h | 317 void PushOntoFPStack(Location source, uint32_t temp_offset,
|
H A D | code_generator_x86.cc | 3739 uint32_t temp_offset, in PushOntoFPStack() argument 3760 Location stack_temp = Location::StackSlot(temp_offset); in PushOntoFPStack() 3763 __ flds(Address(ESP, temp_offset)); in PushOntoFPStack() 3765 __ filds(Address(ESP, temp_offset)); in PushOntoFPStack() 3768 Location stack_temp = Location::DoubleStackSlot(temp_offset); in PushOntoFPStack() 3771 __ fldl(Address(ESP, temp_offset)); in PushOntoFPStack() 3773 __ fildl(Address(ESP, temp_offset)); in PushOntoFPStack()
|
H A D | code_generator_x86_64.cc | 3745 void InstructionCodeGeneratorX86_64::PushOntoFPStack(Location source, uint32_t temp_offset, in PushOntoFPStack() argument 3756 Location stack_temp = Location::StackSlot(temp_offset); in PushOntoFPStack() 3758 __ flds(Address(CpuRegister(RSP), temp_offset)); in PushOntoFPStack() 3760 Location stack_temp = Location::DoubleStackSlot(temp_offset); in PushOntoFPStack() 3762 __ fldl(Address(CpuRegister(RSP), temp_offset)); in PushOntoFPStack()
|