Home
last modified time | relevance | path

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

/external/v8/src/mips/
Dmacro-assembler-mips.cc2642 offset = GetOffset(offset, L, OffsetSize::kOffset16); in BranchShortHelper()
2653 offset = GetOffset(offset, L, OffsetSize::kOffset26); in BranchShortHelperR6()
2687 int32_t MacroAssembler::GetOffset(int32_t offset, Label* L, OffsetSize bits) { in GetOffset()
2716 OffsetSize bits = OffsetSize::kOffset16; in BranchShortHelperR6()
2725 bits = OffsetSize::kOffset26; in BranchShortHelperR6()
2734 bits = OffsetSize::kOffset16; in BranchShortHelperR6()
2741 bits = OffsetSize::kOffset21; in BranchShortHelperR6()
2747 bits = OffsetSize::kOffset16; in BranchShortHelperR6()
2758 bits = OffsetSize::kOffset16; in BranchShortHelperR6()
2765 bits = OffsetSize::kOffset21; in BranchShortHelperR6()
[all …]
Dassembler-mips.h416 enum OffsetSize : int { kOffset26 = 26, kOffset21 = 21, kOffset16 = 16 }; enum
421 bool is_near(Label* L, OffsetSize bits);
437 int32_t branch_offset_helper(Label* L, OffsetSize bits);
439 return branch_offset_helper(L, OffsetSize::kOffset16); in branch_offset()
442 return branch_offset_helper(L, OffsetSize::kOffset21); in branch_offset21()
445 return branch_offset_helper(L, OffsetSize::kOffset26); in branch_offset26()
Dassembler-mips.cc704 static Assembler::OffsetSize OffsetSizeInBits(Instr instr) { in OffsetSizeInBits()
707 return Assembler::OffsetSize::kOffset26; in OffsetSizeInBits()
709 return Assembler::OffsetSize::kOffset21; in OffsetSizeInBits()
712 return Assembler::OffsetSize::kOffset16; in OffsetSizeInBits()
982 bool Assembler::is_near(Label* L, OffsetSize bits) { in is_near()
996 int bits = OffsetSize::kOffset16; in BranchOffset()
1004 bits = OffsetSize::kOffset26; in BranchOffset()
1010 if (GetRsField(instr) != 0) bits = OffsetSize::kOffset21; in BranchOffset()
1210 int32_t Assembler::branch_offset_helper(Label* L, OffsetSize bits) { in branch_offset_helper()
Dmacro-assembler-mips.h1691 inline int32_t GetOffset(int32_t offset, Label* L, OffsetSize bits);
/external/v8/src/mips64/
Dmacro-assembler-mips64.cc2815 offset = GetOffset(offset, L, OffsetSize::kOffset16); in BranchShortHelper()
2826 offset = GetOffset(offset, L, OffsetSize::kOffset26); in BranchShortHelperR6()
2860 int32_t MacroAssembler::GetOffset(int32_t offset, Label* L, OffsetSize bits) { in GetOffset()
2889 OffsetSize bits = OffsetSize::kOffset16; in BranchShortHelperR6()
2898 bits = OffsetSize::kOffset26; in BranchShortHelperR6()
2907 bits = OffsetSize::kOffset16; in BranchShortHelperR6()
2914 bits = OffsetSize::kOffset21; in BranchShortHelperR6()
2920 bits = OffsetSize::kOffset16; in BranchShortHelperR6()
2931 bits = OffsetSize::kOffset16; in BranchShortHelperR6()
2938 bits = OffsetSize::kOffset21; in BranchShortHelperR6()
[all …]
Dassembler-mips64.h420 enum OffsetSize : int { kOffset26 = 26, kOffset21 = 21, kOffset16 = 16 }; enum
425 bool is_near(Label* L, OffsetSize bits);
441 int32_t branch_offset_helper(Label* L, OffsetSize bits);
443 return branch_offset_helper(L, OffsetSize::kOffset16); in branch_offset()
446 return branch_offset_helper(L, OffsetSize::kOffset21); in branch_offset21()
449 return branch_offset_helper(L, OffsetSize::kOffset26); in branch_offset26()
Dassembler-mips64.cc676 static Assembler::OffsetSize OffsetSizeInBits(Instr instr) { in OffsetSizeInBits()
679 return Assembler::OffsetSize::kOffset26; in OffsetSizeInBits()
681 return Assembler::OffsetSize::kOffset21; in OffsetSizeInBits()
684 return Assembler::OffsetSize::kOffset16; in OffsetSizeInBits()
949 bool Assembler::is_near(Label* L, OffsetSize bits) { in is_near()
964 int bits = OffsetSize::kOffset16; in BranchOffset()
972 bits = OffsetSize::kOffset26; in BranchOffset()
978 if (GetRsField(instr) != 0) bits = OffsetSize::kOffset21; in BranchOffset()
1197 int32_t Assembler::branch_offset_helper(Label* L, OffsetSize bits) { in branch_offset_helper()
Dmacro-assembler-mips64.h1825 inline int32_t GetOffset(int32_t offset, Label* L, OffsetSize bits);
/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.h113 struct OffsetSize { struct
120 const tensorflow::gtl::FlatMap<const LogicalBuffer*, OffsetSize>& argument
259 tensorflow::gtl::FlatMap<const LogicalBuffer*, OffsetSize> assigned_buffers_;
Dbuffer_assignment.cc65 const OffsetSize os = FindOrDie(assigned_buffers_, &buffer); in GetSlice()
83 OffsetSize offset_size; in AddAssignment()
148 const OffsetSize& offset_size = FindOrDie(assigned_buffers_, buffer); in ToString()
/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()
1456 OffsetSize offsetSize, in genFragmentShaderSource()
1529 OffsetSize offsetSize, in genGatherFuncCall()
1748 const OffsetSize offsetSize,
1774 const OffsetSize offsetSize, in TextureGather2DCase()
[all …]
/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/X86/MCTargetDesc/
DX86AsmBackend.cpp486 unsigned OffsetSize; ///< Offset of a "push" instruction. member in __anon6801bd310211::DarwinX86AsmBackend
599 StackAdjust += OffsetSize; in generateCompactUnwindEncodingImpl()
791 OffsetSize = Is64Bit ? 8 : 4; in DarwinX86AsmBackend()
/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