Home
last modified time | relevance | path

Searched refs:SecondOffset (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/DebugInfo/DWARF/
H A DDWARFDebugLineTest.cpp300 uint64_t SecondOffset = local
304 LineData, SecondOffset, *Context, nullptr, RecordRecoverable);
324 LineData, SecondOffset, *Context, nullptr, RecordRecoverable);
371 uint64_t SecondOffset = local
375 LineData, SecondOffset, *Context, nullptr, RecordRecoverable);
384 Line.clearLineTable(SecondOffset);
386 EXPECT_EQ(Line.getLineTable(SecondOffset), nullptr);
401 LineData, SecondOffset, *Context, nullptr, RecordRecoverable);
/llvm-project-15.0.7/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp4405 int64_t SecondOffset = IsLargeOffset ? 1 : (OffsetValue + 1); in expandUlh() local
4407 std::swap(FirstOffset, SecondOffset); in expandUlh()
4455 int64_t SecondOffset = IsLargeOffset ? 0 : OffsetValue; in expandUsh() local
4457 std::swap(FirstOffset, SecondOffset); in expandUsh()
4462 TOut.emitRRI(Mips::SB, DstReg, ATReg, SecondOffset, IDLoc, STI); in expandUsh()
4469 TOut.emitRRI(Mips::SB, ATReg, SrcReg, SecondOffset, IDLoc, STI); in expandUsh()
5297 MCOperand SecondOffset = MCOperand::createImm(NextOffset); in expandLoadStoreDMacro() local
5306 TOut.emitRRX(Opcode, SecondReg, BaseReg, SecondOffset, IDLoc, STI); in expandLoadStoreDMacro()
5308 TOut.emitRRX(Opcode, SecondReg, BaseReg, SecondOffset, IDLoc, STI); in expandLoadStoreDMacro()
5344 MCOperand SecondOffset = MCOperand::createImm(NextOffset); in expandStoreDM1Macro() local
[all …]