Home | History | Annotate | Download | only in priv

Lines Matching defs:how

2099    'how' is encoded thusly:
2109 UInt how, /* what kind of shift */
2115 vassert(how < 4);
2117 switch (how) {
2192 'how' is encoded thusly:
2202 UInt how, /* what kind of shift */
2208 vassert(how < 4);
2209 switch (how) {
2298 UInt how = (insn_11_0 >> 5) & 3;
2299 /* how: 00 = Shl, 01 = Shr, 10 = Sar, 11 = Ror */
2306 buf, shop, shco, rMt, how, shift_amt, rM
2316 UInt how = (insn_11_0 >> 5) & 3;
2317 /* how: 00 = Shl, 01 = Shr, 10 = Sar, 11 = Ror */
2328 buf, shop, shco, rMt, how, rSt, rM, rS
14805 /* Does not appear to be the standard 'how' encoding. */
15745 /* Looks like INSN0(12,11) are the standard 'how' encoding.
16311 UInt how = INSN1(5,4);
16316 && rN == 13 && imm5 == 0 && how == 0) {
16321 && rD == 13 && rN == 13 && imm5 == 0 && how == 0) {
16344 dis_buf, &argR, NULL, rMt, how, imm5, rM
16389 UInt how = INSN1(5,4);
16402 dis_buf, &argR, NULL, rMt, how, imm5, rM
16471 UInt how = INSN1(5,4);
16483 dis_buf, &argR, bS ? &oldC : NULL, rMt, how, imm5, rM
16516 UInt how = INSN0(6,5); // standard encoding
16522 if (how == 3) valid = False; //ATC
16530 HChar* nm = nms[how];
16535 rNt, how, rMt, rN, rM
16560 UInt how = INSN1(5,4);
16568 dis_buf, &oldRn, bS ? &oldC : NULL, rNt, how, imm5, rN
16599 UInt how = INSN1(5,4);
16611 dis_buf, &argR, &oldC, rMt, how, imm5, rM
16639 UInt how = INSN1(5,4);
16650 dis_buf, &argR, NULL, rMt, how, imm5, rM