Lines Matching refs:br
8852 unsigned br;
8862 br = inst.operands[1].reg;
8863 if (((br & 0x200) == 0) && ((br & 0xf0000) != 0xf000))
8872 br = (15<<16) | (inst.operands[1].imm & SPSR_BIT);
8875 inst.instruction |= br;
11910 unsigned br = inst.operands[1].reg;
11911 if (((br & 0x200) == 0) && ((br & 0xf000) != 0xf000))
11914 inst.instruction |= br & (0xf << 16);
11915 inst.instruction |= (br & 0x300) >> 4;
11916 inst.instruction |= (br & SPSR_BIT) >> 2;