Lines Matching defs:Imm
31 int64_t Imm = MI->getOperand(Op).getImm();
37 switch (Imm) {
64 int64_t Imm = MI->getOperand(Op).getImm();
65 assert(Imm >= 0 && Imm < 16 && "Invalid condition flags");
68 if (Imm & 0x8)
70 if (Imm & 0x4)
72 if (Imm & 0x2)
74 if (Imm & 0x1)
82 int64_t Imm = MI->getOperand(Op).getImm();
83 switch (Imm) {
124 int64_t Imm = MI->getOperand(MI->getNumOperands() - 1).getImm();
125 switch (Imm) {
318 int64_t Imm = MI->getOperand(Op).getImm();
319 switch (Imm) {