OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HasForbiddenSlot
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/Mips/MCTargetDesc/
MipsBaseInfo.h
122
///
HasForbiddenSlot
- Instruction has a forbidden slot.
123
HasForbiddenSlot
= 1 << 5
/external/llvm/lib/Target/Mips/
MipsInstrInfo.cpp
375
bool MipsInstrInfo::
HasForbiddenSlot
(const MachineInstr &MI) const {
376
return (MI.getDesc().TSFlags & MipsII::
HasForbiddenSlot
) != 0;
Completed in 309 milliseconds