Searched refs:Addiu (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | Relocation.txt | 55 multiclass MipsHiLoRelocs<Instruction Lui, Instruction Addiu, 59 def : MipsPat<(MipsLo tglobaladdr:$in), (Addiu ZeroReg, tglobaladdr:$in)>; 62 (Addiu GPROpnd:$hi, tglobaladdr:$lo)>;
|
D | MipsInstrInfo.td | 3067 multiclass MipsHiLoRelocs<Instruction Lui, Instruction Addiu, 3075 def : MipsPat<(MipsLo tglobaladdr:$in), (Addiu ZeroReg, tglobaladdr:$in)>; 3077 (Addiu ZeroReg, tblockaddress:$in)>; 3078 def : MipsPat<(MipsLo tjumptable:$in), (Addiu ZeroReg, tjumptable:$in)>; 3079 def : MipsPat<(MipsLo tconstpool:$in), (Addiu ZeroReg, tconstpool:$in)>; 3081 (Addiu ZeroReg, tglobaltlsaddr:$in)>; 3082 def : MipsPat<(MipsLo texternalsym:$in), (Addiu ZeroReg, texternalsym:$in)>; 3085 (Addiu GPROpnd:$hi, tglobaladdr:$lo)>; 3087 (Addiu GPROpnd:$hi, tblockaddress:$lo)>; 3089 (Addiu GPROpnd:$hi, tjumptable:$lo)>; [all …]
|
/external/swiftshader/third_party/subzero/src/ |
D | IceInstMIPS32.h | 194 Addiu, enumerator 1204 using InstMIPS32Addiu = InstMIPS32Imm16<InstMIPS32::Addiu, true>;
|