Lines Matching refs:amt
8678 u8 amt;
8728 amt = fetch_byte_imm();
8729 DECODE_PRINTF2(",%x\n", amt);
8732 destval = (*opcD0_byte_operation[rh]) (destval, amt);
8738 amt = fetch_byte_imm();
8739 DECODE_PRINTF2(",%x\n", amt);
8742 destval = (*opcD0_byte_operation[rh]) (destval, amt);
8748 amt = fetch_byte_imm();
8749 DECODE_PRINTF2(",%x\n", amt);
8752 destval = (*opcD0_byte_operation[rh]) (destval, amt);
8757 amt = fetch_byte_imm();
8758 DECODE_PRINTF2(",%x\n", amt);
8760 destval = (*opcD0_byte_operation[rh]) (*destreg, amt);
8787 u8 amt;
8840 amt = fetch_byte_imm();
8841 DECODE_PRINTF2(",%x\n", amt);
8844 destval = (*opcD1_long_operation[rh]) (destval, amt);
8852 amt = fetch_byte_imm();
8853 DECODE_PRINTF2(",%x\n", amt);
8856 destval = (*opcD1_word_operation[rh]) (destval, amt);
8866 amt = fetch_byte_imm();
8867 DECODE_PRINTF2(",%x\n", amt);
8870 destval = (*opcD1_long_operation[rh]) (destval, amt);
8878 amt = fetch_byte_imm();
8879 DECODE_PRINTF2(",%x\n", amt);
8882 destval = (*opcD1_word_operation[rh]) (destval, amt);
8892 amt = fetch_byte_imm();
8893 DECODE_PRINTF2(",%x\n", amt);
8896 destval = (*opcD1_long_operation[rh]) (destval, amt);
8904 amt = fetch_byte_imm();
8905 DECODE_PRINTF2(",%x\n", amt);
8908 destval = (*opcD1_word_operation[rh]) (destval, amt);
8917 amt = fetch_byte_imm();
8918 DECODE_PRINTF2(",%x\n", amt);
8920 *destreg = (*opcD1_long_operation[rh]) (*destreg, amt);
8926 amt = fetch_byte_imm();
8927 DECODE_PRINTF2(",%x\n", amt);
8929 *destreg = (*opcD1_word_operation[rh]) (*destreg, amt);
9723 u8 amt;
9768 amt = M.x86.R_CL;
9776 destval = (*opcD0_byte_operation[rh]) (destval, amt);
9785 destval = (*opcD0_byte_operation[rh]) (destval, amt);
9794 destval = (*opcD0_byte_operation[rh]) (destval, amt);
9801 destval = (*opcD0_byte_operation[rh]) (*destreg, amt);
9818 u8 amt;
9863 amt = M.x86.R_CL;
9874 destval = (*opcD1_long_operation[rh]) (destval, amt);
9885 destval = (*opcD1_word_operation[rh]) (destval, amt);
9898 destval = (*opcD1_long_operation[rh]) (destval, amt);
9909 destval = (*opcD1_word_operation[rh]) (destval, amt);
9922 destval = (*opcD1_long_operation[rh]) (destval, amt);
9933 destval = (*opcD1_word_operation[rh]) (destval, amt);
9944 *destreg = (*opcD1_long_operation[rh]) (*destreg, amt);
9952 *destreg = (*opcD1_word_operation[rh]) (*destreg, amt);