Home
last modified time | relevance | path

Searched refs:OffsetSize (Results 1 – 19 of 19) sorted by relevance

/external/v8/src/mips/
Dmacro-assembler-mips.cc2827 offset = GetOffset(offset, L, OffsetSize::kOffset16); in BranchShortHelper()
2837 offset = GetOffset(offset, L, OffsetSize::kOffset26); in BranchShortHelperR6()
2860 int32_t TurboAssembler::GetOffset(int32_t offset, Label* L, OffsetSize bits) { in GetOffset()
2883 OffsetSize bits) { in CalculateOffset()
2889 bool TurboAssembler::CalculateOffset(Label* L, int32_t& offset, OffsetSize bits, in CalculateOffset()
2911 if (!CalculateOffset(L, offset, OffsetSize::kOffset26)) return false; in BranchShortHelperR6()
2918 if (!CalculateOffset(L, offset, OffsetSize::kOffset16, scratch, rt)) in BranchShortHelperR6()
2923 if (!CalculateOffset(L, offset, OffsetSize::kOffset21)) return false; in BranchShortHelperR6()
2927 if (!CalculateOffset(L, offset, OffsetSize::kOffset16, scratch, rt)) in BranchShortHelperR6()
2936 if (!CalculateOffset(L, offset, OffsetSize::kOffset16, scratch, rt)) in BranchShortHelperR6()
[all …]
Dmacro-assembler-mips.h844 inline int32_t GetOffset(int32_t offset, Label* L, OffsetSize bits);
861 bool CalculateOffset(Label* L, int32_t& offset, OffsetSize bits);
862 bool CalculateOffset(Label* L, int32_t& offset, OffsetSize bits,
Dassembler-mips.cc766 static Assembler::OffsetSize OffsetSizeInBits(Instr instr) { in OffsetSizeInBits()
769 return Assembler::OffsetSize::kOffset26; in OffsetSizeInBits()
771 return Assembler::OffsetSize::kOffset21; in OffsetSizeInBits()
774 return Assembler::OffsetSize::kOffset16; in OffsetSizeInBits()
1138 bool Assembler::is_near(Label* L, OffsetSize bits) { in is_near()
1152 int bits = OffsetSize::kOffset16; in BranchOffset()
1160 bits = OffsetSize::kOffset26; in BranchOffset()
1166 if (GetRsField(instr) != 0) bits = OffsetSize::kOffset21; in BranchOffset()
1519 int32_t Assembler::branch_offset_helper(Label* L, OffsetSize bits) { in branch_offset_helper()
Dassembler-mips.h519 enum OffsetSize : int { kOffset26 = 26, kOffset21 = 21, kOffset16 = 16 }; enum
524 bool is_near(Label* L, OffsetSize bits);
540 int32_t branch_offset_helper(Label* L, OffsetSize bits);
542 return branch_offset_helper(L, OffsetSize::kOffset16); in branch_offset()
545 return branch_offset_helper(L, OffsetSize::kOffset21); in branch_offset21()
548 return branch_offset_helper(L, OffsetSize::kOffset26); in branch_offset26()
/external/v8/src/mips64/
Dmacro-assembler-mips64.cc3324 offset = GetOffset(offset, L, OffsetSize::kOffset16); in BranchShortHelper()
3334 offset = GetOffset(offset, L, OffsetSize::kOffset26); in BranchShortHelperR6()
3357 int32_t TurboAssembler::GetOffset(int32_t offset, Label* L, OffsetSize bits) { in GetOffset()
3380 OffsetSize bits) { in CalculateOffset()
3386 bool TurboAssembler::CalculateOffset(Label* L, int32_t& offset, OffsetSize bits, in CalculateOffset()
3409 if (!CalculateOffset(L, offset, OffsetSize::kOffset26)) return false; in BranchShortHelperR6()
3416 if (!CalculateOffset(L, offset, OffsetSize::kOffset16, scratch, rt)) in BranchShortHelperR6()
3421 if (!CalculateOffset(L, offset, OffsetSize::kOffset21)) return false; in BranchShortHelperR6()
3425 if (!CalculateOffset(L, offset, OffsetSize::kOffset16, scratch, rt)) in BranchShortHelperR6()
3434 if (!CalculateOffset(L, offset, OffsetSize::kOffset16, scratch, rt)) in BranchShortHelperR6()
[all …]
Dmacro-assembler-mips64.h856 inline int32_t GetOffset(int32_t offset, Label* L, OffsetSize bits);
873 bool CalculateOffset(Label* L, int32_t& offset, OffsetSize bits);
874 bool CalculateOffset(Label* L, int32_t& offset, OffsetSize bits,
Dassembler-mips64.cc735 static Assembler::OffsetSize OffsetSizeInBits(Instr instr) { in OffsetSizeInBits()
738 return Assembler::OffsetSize::kOffset26; in OffsetSizeInBits()
740 return Assembler::OffsetSize::kOffset21; in OffsetSizeInBits()
743 return Assembler::OffsetSize::kOffset16; in OffsetSizeInBits()
1101 bool Assembler::is_near(Label* L, OffsetSize bits) { in is_near()
1116 int bits = OffsetSize::kOffset16; in BranchOffset()
1124 bits = OffsetSize::kOffset26; in BranchOffset()
1130 if (GetRsField(instr) != 0) bits = OffsetSize::kOffset21; in BranchOffset()
1499 int32_t Assembler::branch_offset_helper(Label* L, OffsetSize bits) { in branch_offset_helper()
Dassembler-mips64.h526 enum OffsetSize : int { kOffset26 = 26, kOffset21 = 21, kOffset16 = 16 }; enum
531 bool is_near(Label* L, OffsetSize bits);
547 int32_t branch_offset_helper(Label* L, OffsetSize bits);
549 return branch_offset_helper(L, OffsetSize::kOffset16); in branch_offset()
552 return branch_offset_helper(L, OffsetSize::kOffset21); in branch_offset21()
555 return branch_offset_helper(L, OffsetSize::kOffset26); in branch_offset26()
/external/google-breakpad/src/common/dwarf/
Ddwarf2reader.cc192 return start + reader_->OffsetSize(); in SkipAttribute()
209 return start + reader_->OffsetSize(); in SkipAttribute()
234 assert(headerptr + reader_->OffsetSize() < buffer_ + buffer_length_); in ReadHeader()
236 headerptr += reader_->OffsetSize(); in ReadHeader()
272 if (reader_->OffsetSize() == 8) in Start()
280 reader_->OffsetSize(), in Start()
365 return start + reader_->OffsetSize(); in ProcessAttribute()
404 return start + reader_->OffsetSize(); in ProcessAttribute()
446 return start + reader_->OffsetSize(); in ProcessAttribute()
474 if (reader_->OffsetSize() == 8) in ProcessDIEs()
[all …]
Dbytereader.h187 uint8 OffsetSize() const { return offset_size_; } in OffsetSize() function
/external/tensorflow/tensorflow/compiler/xla/service/
Dbuffer_assignment.h148 struct OffsetSize { struct
155 const absl::flat_hash_map<const LogicalBuffer*, OffsetSize>& argument
336 absl::flat_hash_map<const LogicalBuffer*, OffsetSize> assigned_buffers_;
Dbuffer_assignment.cc229 const OffsetSize os = FindOrDie(assigned_buffers_, &buffer); in GetSlice()
247 OffsetSize offset_size; in AddAssignment()
317 const OffsetSize& offset_size = FindOrDie(assigned_buffers_, buffer); in ToString()
1252 const BufferAllocation::OffsetSize& offset_size = pair.second; in ComputePeakMemoryLogicalBuffers()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureGatherTests.cpp768 enum OffsetSize enum
801 static inline bool requireGpuShader5 (GatherType gatherType, OffsetSize offsetSize) in requireGpuShader5()
993 OffsetSize offsetSize;
1008 const OffsetSize offsetSize_, in GatherCaseBaseParams()
1051 IVec2 getOffsetRange (const OffsetSize offsetSize, const vk::VkPhysicalDeviceLimits& deviceLimits) in getOffsetRange()
1072 IVec2 getOffsetRange (const OffsetSize offsetSize) in getOffsetRange()
1457 OffsetSize offsetSize, in genFragmentShaderSource()
1530 OffsetSize offsetSize, in genGatherFuncCall()
1749 const OffsetSize offsetSize,
1775 const OffsetSize offsetSize, in TextureGather2DCase()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/MCTargetDesc/
DX86AsmBackend.cpp499 unsigned OffsetSize; ///< Offset of a "push" instruction. member in __anon8fe69d320211::DarwinX86AsmBackend
616 StackAdjust += OffsetSize; in generateCompactUnwindEncodingImpl()
807 OffsetSize = Is64Bit ? 8 : 4; in DarwinX86AsmBackend()
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86AsmBackend.cpp486 unsigned OffsetSize; ///< Offset of a "push" instruction. member in __anon5372aada0211::DarwinX86AsmBackend
599 StackAdjust += OffsetSize; in generateCompactUnwindEncodingImpl()
791 OffsetSize = Is64Bit ? 8 : 4; in DarwinX86AsmBackend()
/external/deqp/modules/gles31/functional/
Des31fTextureGatherTests.cpp927 enum OffsetSize enum
964 OffsetSize offsetSize,
998 const OffsetSize m_offsetSize;
1040 OffsetSize offsetSize, in TextureGatherCase()
1643 OffsetSize offsetSize, in TextureGather2DCase()
1733 OffsetSize offsetSize, in TextureGather2DArrayCase()
2005 OffsetSize offsetSize, in makeTextureGatherCase()
2116 const OffsetSize offsetSize = (OffsetSize)offsetSizeI; in init()
/external/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp2443 static bool canFoldOffset(unsigned OffsetSize, unsigned AS, in canFoldOffset() argument
2448 return isUInt<12>(OffsetSize); in canFoldOffset()
2454 return isUInt<20>(OffsetSize); in canFoldOffset()
2456 return (OffsetSize % 4 == 0) && isUInt<8>(OffsetSize / 4); in canFoldOffset()
2461 return isUInt<16>(OffsetSize); in canFoldOffset()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86FrameLowering.cpp478 unsigned OffsetSize = (Is64Bit ? 8 : 4); in getCompactUnwindEncoding() local
510 CFAOffset += OffsetSize; in getCompactUnwindEncoding()
/external/google-breakpad/src/client/mac/handler/testcases/testdata/
Ddump_syms_i386_breakpad.sym4008 FUNC 16414 18 0 dwarf2reader::ByteReader::OffsetSize() const