Home
last modified time | relevance | path

Searched refs:AddInstr (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/llvm/lib/Target/Mips/
DMipsAnalyzeImmediate.cpp21 void MipsAnalyzeImmediate::AddInstr(InstSeqLs &SeqLs, const Inst &I) { in AddInstr() function in MipsAnalyzeImmediate
35 AddInstr(SeqLs, Inst(ADDiu, Imm & 0xffffULL)); in GetInstSeqLsADDiu()
41 AddInstr(SeqLs, Inst(ORi, Imm & 0xffffULL)); in GetInstSeqLsORi()
48 AddInstr(SeqLs, Inst(SLL, Shamt)); in GetInstSeqLsSLL()
61 AddInstr(SeqLs, Inst(ADDiu, MaskedImm)); in GetInstSeqLs()
DMipsAnalyzeImmediate.h35 void AddInstr(InstSeqLs &SeqLs, const Inst &I);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsAnalyzeImmediate.cpp21 void MipsAnalyzeImmediate::AddInstr(InstSeqLs &SeqLs, const Inst &I) { in AddInstr() function in MipsAnalyzeImmediate
35 AddInstr(SeqLs, Inst(ADDiu, Imm & 0xffffULL)); in GetInstSeqLsADDiu()
41 AddInstr(SeqLs, Inst(ORi, Imm & 0xffffULL)); in GetInstSeqLsORi()
48 AddInstr(SeqLs, Inst(SLL, Shamt)); in GetInstSeqLsSLL()
61 AddInstr(SeqLs, Inst(ADDiu, MaskedImm)); in GetInstSeqLs()
DMipsAnalyzeImmediate.h35 void AddInstr(InstSeqLs &SeqLs, const Inst &I);
/external/llvm/lib/Target/Mips/
DMipsAnalyzeImmediate.cpp18 void MipsAnalyzeImmediate::AddInstr(InstSeqLs &SeqLs, const Inst &I) { in AddInstr() function in MipsAnalyzeImmediate
32 AddInstr(SeqLs, Inst(ADDiu, Imm & 0xffffULL)); in GetInstSeqLsADDiu()
38 AddInstr(SeqLs, Inst(ORi, Imm & 0xffffULL)); in GetInstSeqLsORi()
45 AddInstr(SeqLs, Inst(SLL, Shamt)); in GetInstSeqLsSLL()
58 AddInstr(SeqLs, Inst(ADDiu, MaskedImm)); in GetInstSeqLs()
DMipsAnalyzeImmediate.h33 void AddInstr(InstSeqLs &SeqLs, const Inst &I);