OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isZeroImm
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Target/MBlaze/
MBlazeInstrInfo.cpp
34
static bool
isZeroImm
(const MachineOperand &op) {
48
(
isZeroImm
(MI->getOperand(2)))) {
67
(
isZeroImm
(MI->getOperand(2)))) {
/external/llvm/lib/Target/XCore/
XCoreInstrInfo.cpp
47
static bool
isZeroImm
(const MachineOperand &op) {
63
(
isZeroImm
(MI->getOperand(2))))
85
(
isZeroImm
(MI->getOperand(2))))
/external/llvm/lib/Target/Mips/
MipsInstrInfo.cpp
38
static bool
isZeroImm
(const MachineOperand &op) {
54
(
isZeroImm
(MI->getOperand(2)))) {
75
(
isZeroImm
(MI->getOperand(2)))) {
Completed in 17 milliseconds