Home | History | Annotate | Download | only in priv

Lines Matching refs:imm8

775    imm8 is the original immediate from the instruction.  isSTRM
779 If the given imm8 case can be handled, the return value is True.
788 UInt imm8, Bool isxSTRM )
790 vassert(imm8 < 0x80);
794 /* Explicitly reject any imm8 values that haven't been validated,
797 switch (imm8) {
807 UInt fmt = (imm8 >> 0) & 3; // imm8[1:0] data format
808 UInt agg = (imm8 >> 2) & 3; // imm8[3:2] aggregation fn
809 UInt pol = (imm8 >> 4) & 3; // imm8[5:4] polarity
810 UInt idx = (imm8 >> 6) & 1; // imm8[6] 1==msb/bytemask
1026 imm8 is the original immediate from the instruction. isSTRM
1030 If the given imm8 case can be handled, the return value is True.
1039 UInt imm8, Bool isxSTRM )
1041 vassert(imm8 < 0x80);
1045 /* Explicitly reject any imm8 values that haven't been validated,
1048 switch (imm8) {
1058 UInt fmt = (imm8 >> 0) & 3; // imm8[1:0] data format
1059 UInt agg = (imm8 >> 2) & 3; // imm8[3:2] aggregation fn
1060 UInt pol = (imm8 >> 4) & 3; // imm8[5:4] polarity
1061 UInt idx = (imm8 >> 6) & 1; // imm8[6] 1==msb/bytemask