Home
last modified time | relevance | path

Searched refs:DelaySlot (Results 1 – 11 of 11) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCInstrDesc.h110 DelaySlot, enumerator
388 return Flags & (1 << MCID::DelaySlot); in hasDelaySlot()
/external/llvm/include/llvm/MC/
DMCInstrDesc.h111 DelaySlot, enumerator
286 bool hasDelaySlot() const { return Flags & (1 << MCID::DelaySlot); } in hasDelaySlot()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCInstrDesc.h133 DelaySlot, enumerator
328 bool hasDelaySlot() const { return Flags & (1ULL << MCID::DelaySlot); } in hasDelaySlot()
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/
DSparcInstrInfo.h33 DelaySlot = (1<<3) enumerator
/external/llvm/lib/Target/Sparc/
DSparcInstrInfo.h35 DelaySlot = (1<<3) enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
DSparcInstrInfo.h35 DelaySlot = (1<<3) enumerator
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/Mips/
DMipsGenInstrInfo.inc4256 …<<MCID::Pseudo)|(1ULL<<MCID::Branch)|(1ULL<<MCID::Barrier)|(1ULL<<MCID::DelaySlot)|(1ULL<<MCID::Te…
4257 …<<MCID::Pseudo)|(1ULL<<MCID::Branch)|(1ULL<<MCID::Barrier)|(1ULL<<MCID::DelaySlot)|(1ULL<<MCID::Te…
4258 …<<MCID::Pseudo)|(1ULL<<MCID::Branch)|(1ULL<<MCID::Barrier)|(1ULL<<MCID::DelaySlot)|(1ULL<<MCID::Te…
4260 …{ 200, 3, 0, 4, 1, 0|(1ULL<<MCID::Pseudo)|(1ULL<<MCID::DelaySlot)|(1ULL<<MCID::UnmodeledSideEffect…
4262 …{ 202, 3, 0, 4, 1, 0|(1ULL<<MCID::Pseudo)|(1ULL<<MCID::DelaySlot)|(1ULL<<MCID::UnmodeledSideEffect…
4264 …{ 204, 3, 0, 4, 1, 0|(1ULL<<MCID::Pseudo)|(1ULL<<MCID::DelaySlot)|(1ULL<<MCID::UnmodeledSideEffect…
4266 …{ 206, 3, 0, 4, 1, 0|(1ULL<<MCID::Pseudo)|(1ULL<<MCID::DelaySlot)|(1ULL<<MCID::UnmodeledSideEffect…
4268 …{ 208, 3, 0, 4, 1, 0|(1ULL<<MCID::Pseudo)|(1ULL<<MCID::DelaySlot)|(1ULL<<MCID::UnmodeledSideEffect…
4270 …{ 210, 3, 0, 4, 1, 0|(1ULL<<MCID::Pseudo)|(1ULL<<MCID::DelaySlot)|(1ULL<<MCID::UnmodeledSideEffect…
4272 …{ 212, 3, 0, 4, 1, 0|(1ULL<<MCID::Pseudo)|(1ULL<<MCID::DelaySlot)|(1ULL<<MCID::UnmodeledSideEffect…
[all …]
/external/llvm/include/llvm/CodeGen/
DMachineInstr.h540 return hasProperty(MCID::DelaySlot, Type);
/external/llvm/lib/Target/Mips/
DMipsInstrFPU.td213 SDPatternOperator Op = null_frag, bit DelaySlot = 1> :
220 let hasDelaySlot = DelaySlot;
DMipsInstrInfo.td1249 RegisterOperand RO, bit DelaySlot = 1> :
1256 let hasDelaySlot = DelaySlot;
1262 RegisterOperand RO, bit DelaySlot = 1> :
1269 let hasDelaySlot = DelaySlot;
1345 RegisterOperand RO, bit DelaySlot = 1> :
1348 let hasDelaySlot = DelaySlot;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineInstr.h594 return hasProperty(MCID::DelaySlot, Type);