Lines Matching defs:operand
83 "Invalid target flags for address operand on sethi");
87 "Invalid target flags for small address operand");
94 llvm_unreachable("Unknown target flags on operand");
132 llvm_unreachable("<unknown operand type>");
141 // If this is an ADD operand, emit it like normal operands.
161 std::string operand = "";
164 default: llvm_unreachable("Operand is not a register");
167 "Operand is not a physical register ");
170 operand = "%" + StringRef(getRegisterName(MO.getReg())).lower();
182 << ")), " << operand << '\n' ;
185 O << "\tor\t" << operand
187 << ")), " << operand << '\n';
188 O << "\tadd\t" << operand << ", %o7, " << operand << '\n';
199 /// PrintAsmOperand - Print out an operand for an inline asm expression.
210 // See if this is a generic print operand