Home
last modified time | relevance | path

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

/external/v8/src/codegen/mips64/
Dmacro-assembler-mips64.cc3359 offset = GetOffset(offset, L, OffsetSize::kOffset16); in BranchShortHelper()
3368 offset = GetOffset(offset, L, OffsetSize::kOffset26); in BranchShortHelperR6()
3390 int32_t TurboAssembler::GetOffset(int32_t offset, Label* L, OffsetSize bits) { in GetOffset()
3413 OffsetSize bits) { in CalculateOffset()
3419 bool TurboAssembler::CalculateOffset(Label* L, int32_t* offset, OffsetSize bits, in CalculateOffset()
3442 if (!CalculateOffset(L, &offset, OffsetSize::kOffset26)) return false; in BranchShortHelperR6()
3449 if (!CalculateOffset(L, &offset, OffsetSize::kOffset16, &scratch, rt)) in BranchShortHelperR6()
3454 if (!CalculateOffset(L, &offset, OffsetSize::kOffset21)) return false; in BranchShortHelperR6()
3458 if (!CalculateOffset(L, &offset, OffsetSize::kOffset16, &scratch, rt)) in BranchShortHelperR6()
3467 if (!CalculateOffset(L, &offset, OffsetSize::kOffset16, &scratch, rt)) in BranchShortHelperR6()
[all …]
Dmacro-assembler-mips64.h843 inline int32_t GetOffset(int32_t offset, Label* L, OffsetSize bits);
868 bool CalculateOffset(Label* L, int32_t* offset, OffsetSize bits);
869 bool CalculateOffset(Label* L, int32_t* offset, OffsetSize bits,
Dassembler-mips64.cc657 static Assembler::OffsetSize OffsetSizeInBits(Instr instr) { in OffsetSizeInBits()
660 return Assembler::OffsetSize::kOffset26; in OffsetSizeInBits()
662 return Assembler::OffsetSize::kOffset21; in OffsetSizeInBits()
665 return Assembler::OffsetSize::kOffset16; in OffsetSizeInBits()
1015 bool Assembler::is_near(Label* L, OffsetSize bits) { in is_near()
1028 int bits = OffsetSize::kOffset16; in BranchOffset()
1036 bits = OffsetSize::kOffset26; in BranchOffset()
1042 if (GetRsField(instr) != 0) bits = OffsetSize::kOffset21; in BranchOffset()
1378 int32_t Assembler::branch_offset_helper(Label* L, OffsetSize bits) { in branch_offset_helper()
Dassembler-mips64.h216 enum OffsetSize : int { kOffset26 = 26, kOffset21 = 21, kOffset16 = 16 }; enum
221 bool is_near(Label* L, OffsetSize bits);
237 int32_t branch_offset_helper(Label* L, OffsetSize bits);
239 return branch_offset_helper(L, OffsetSize::kOffset16); in branch_offset()
242 return branch_offset_helper(L, OffsetSize::kOffset21); in branch_offset21()
245 return branch_offset_helper(L, OffsetSize::kOffset26); in branch_offset26()
/external/v8/src/codegen/mips/
Dmacro-assembler-mips.cc2890 offset = GetOffset(offset, L, OffsetSize::kOffset16); in BranchShortHelper()
2899 offset = GetOffset(offset, L, OffsetSize::kOffset26); in BranchShortHelperR6()
2921 int32_t TurboAssembler::GetOffset(int32_t offset, Label* L, OffsetSize bits) { in GetOffset()
2944 OffsetSize bits) { in CalculateOffset()
2950 bool TurboAssembler::CalculateOffset(Label* L, int32_t* offset, OffsetSize bits, in CalculateOffset()
2972 if (!CalculateOffset(L, &offset, OffsetSize::kOffset26)) return false; in BranchShortHelperR6()
2979 if (!CalculateOffset(L, &offset, OffsetSize::kOffset16, &scratch, rt)) in BranchShortHelperR6()
2984 if (!CalculateOffset(L, &offset, OffsetSize::kOffset21)) return false; in BranchShortHelperR6()
2988 if (!CalculateOffset(L, &offset, OffsetSize::kOffset16, &scratch, rt)) in BranchShortHelperR6()
2997 if (!CalculateOffset(L, &offset, OffsetSize::kOffset16, &scratch, rt)) in BranchShortHelperR6()
[all …]
Dmacro-assembler-mips.h837 inline int32_t GetOffset(int32_t offset, Label* L, OffsetSize bits);
862 bool CalculateOffset(Label* L, int32_t* offset, OffsetSize bits);
863 bool CalculateOffset(Label* L, int32_t* offset, OffsetSize bits,
Dassembler-mips.cc707 static Assembler::OffsetSize OffsetSizeInBits(Instr instr) { in OffsetSizeInBits()
710 return Assembler::OffsetSize::kOffset26; in OffsetSizeInBits()
712 return Assembler::OffsetSize::kOffset21; in OffsetSizeInBits()
715 return Assembler::OffsetSize::kOffset16; in OffsetSizeInBits()
1090 bool Assembler::is_near(Label* L, OffsetSize bits) { in is_near()
1102 int bits = OffsetSize::kOffset16; in BranchOffset()
1110 bits = OffsetSize::kOffset26; in BranchOffset()
1116 if (GetRsField(instr) != 0) bits = OffsetSize::kOffset21; in BranchOffset()
1437 int32_t Assembler::branch_offset_helper(Label* L, OffsetSize bits) { in branch_offset_helper()
Dassembler-mips.h218 enum OffsetSize : int { kOffset26 = 26, kOffset21 = 21, kOffset16 = 16 }; enum
223 bool is_near(Label* L, OffsetSize bits);
239 int32_t branch_offset_helper(Label* L, OffsetSize bits);
241 return branch_offset_helper(L, OffsetSize::kOffset16); in branch_offset()
244 return branch_offset_helper(L, OffsetSize::kOffset21); in branch_offset21()
247 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/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureGatherTests.cpp767 enum OffsetSize enum
800 static inline bool requireGpuShader5 (GatherType gatherType, OffsetSize offsetSize) in requireGpuShader5()
992 OffsetSize offsetSize;
1007 const OffsetSize offsetSize_, in GatherCaseBaseParams()
1050 IVec2 getOffsetRange (const OffsetSize offsetSize, const vk::VkPhysicalDeviceLimits& deviceLimits) in getOffsetRange()
1071 IVec2 getOffsetRange (const OffsetSize offsetSize) in getOffsetRange()
1456 OffsetSize offsetSize, in genFragmentShaderSource()
1529 OffsetSize offsetSize, in genGatherFuncCall()
1748 const OffsetSize offsetSize,
1774 const OffsetSize offsetSize, in TextureGather2DCase()
[all …]
/external/tensorflow/tensorflow/compiler/xla/service/
Dbuffer_assignment.h151 struct OffsetSize { struct
158 const absl::flat_hash_map<const HloValue*, OffsetSize>& assigned_buffers() in assigned_buffers() argument
339 absl::flat_hash_map<const HloValue*, OffsetSize> assigned_buffers_;
Dbuffer_assignment.cc231 const OffsetSize os = FindOrDie(assigned_buffers_, &buffer); in GetSlice()
251 OffsetSize offset_size; in AddAssignment()
370 const OffsetSize& offset_size = FindOrDie(assigned_buffers_, buffer); in ToString()
1497 const BufferAllocation::OffsetSize& offset_size = pair.second; in ComputePeakMemoryLogicalBuffers()
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86AsmBackend.cpp486 unsigned OffsetSize; ///< Offset of a "push" instruction. member in __anon68a9fadc0211::DarwinX86AsmBackend
599 StackAdjust += OffsetSize; in generateCompactUnwindEncodingImpl()
791 OffsetSize = Is64Bit ? 8 : 4; in DarwinX86AsmBackend()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/MCTargetDesc/
DX86AsmBackend.cpp499 unsigned OffsetSize; ///< Offset of a "push" instruction. member in __anon6da875740211::DarwinX86AsmBackend
616 StackAdjust += OffsetSize; in generateCompactUnwindEncodingImpl()
807 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/google-breakpad/src/client/mac/handler/testcases/testdata/
Ddump_syms_i386_breakpad.sym4008 FUNC 16414 18 0 dwarf2reader::ByteReader::OffsetSize() const