Lines Matching defs:Imm
31 int64_t Imm = MI->getOperand(Op).getImm();
36 switch (Imm) {
63 int64_t Imm = MI->getOperand(Op).getImm();
64 assert(Imm >= 0 && Imm < 16 && "Invalid condition flags");
67 if (Imm & 0x8)
69 if (Imm & 0x4)
71 if (Imm & 0x2)
73 if (Imm & 0x1)
81 int64_t Imm = MI->getOperand(Op).getImm();
82 switch (Imm) {
123 int64_t Imm = MI->getOperand(MI->getNumOperands() - 1).getImm();
124 switch (Imm) {
328 int64_t Imm = MI->getOperand(Op).getImm();
329 switch (Imm) {