Searched refs:Imm4 (Results 1 – 3 of 3) sorted by relevance
1630 MCOperand &Imm4 = Inst.getOperand(3); in processInstruction() local1640 TmpInst.addOperand(Imm4); in processInstruction()1650 MCOperand &Imm4 = Inst.getOperand(3); in processInstruction() local1660 TmpInst.addOperand(Imm4); in processInstruction()1670 MCOperand &Imm4 = Inst.getOperand(3); in processInstruction() local1680 TmpInst.addOperand(Imm4); in processInstruction()
409 uint16_t Imm4 = extractBits(Value, 4, 1) << 11; in applyFixup() local417 *(little16_t *)FixupPtr = (RawInstr & 0xE003) | Imm11 | Imm4 | Imm9_8 | in applyFixup()
2631 // First, match the unusual case of doubleword store into Reg+Imm4, i.e.2632 // a store where the offset Imm4 is a multiple of 4, but not of 8. This