Lines Matching defs:amt

8166     u8 amt;
8216 amt = fetch_byte_imm();
8217 DECODE_PRINTF2(",%x\n", amt);
8220 destval = (*opcD0_byte_operation[rh]) (destval, amt);
8226 amt = fetch_byte_imm();
8227 DECODE_PRINTF2(",%x\n", amt);
8230 destval = (*opcD0_byte_operation[rh]) (destval, amt);
8236 amt = fetch_byte_imm();
8237 DECODE_PRINTF2(",%x\n", amt);
8240 destval = (*opcD0_byte_operation[rh]) (destval, amt);
8245 amt = fetch_byte_imm();
8246 DECODE_PRINTF2(",%x\n", amt);
8248 destval = (*opcD0_byte_operation[rh]) (*destreg, amt);
8290 u8 amt;
8343 amt = fetch_byte_imm();
8344 DECODE_PRINTF2(",%x\n", amt);
8347 destval = (*opcD1_long_operation[rh]) (destval, amt);
8354 amt = fetch_byte_imm();
8355 DECODE_PRINTF2(",%x\n", amt);
8358 destval = (*opcD1_word_operation[rh]) (destval, amt);
8368 amt = fetch_byte_imm();
8369 DECODE_PRINTF2(",%x\n", amt);
8372 destval = (*opcD1_long_operation[rh]) (destval, amt);
8379 amt = fetch_byte_imm();
8380 DECODE_PRINTF2(",%x\n", amt);
8383 destval = (*opcD1_word_operation[rh]) (destval, amt);
8393 amt = fetch_byte_imm();
8394 DECODE_PRINTF2(",%x\n", amt);
8397 destval = (*opcD1_long_operation[rh]) (destval, amt);
8404 amt = fetch_byte_imm();
8405 DECODE_PRINTF2(",%x\n", amt);
8408 destval = (*opcD1_word_operation[rh]) (destval, amt);
8417 amt = fetch_byte_imm();
8418 DECODE_PRINTF2(",%x\n", amt);
8420 *destreg = (*opcD1_long_operation[rh]) (*destreg, amt);
8425 amt = fetch_byte_imm();
8426 DECODE_PRINTF2(",%x\n", amt);
8428 *destreg = (*opcD1_word_operation[rh]) (*destreg, amt);
9170 u8 amt;
9215 amt = M.x86.R_CL;
9223 destval = (*opcD0_byte_operation[rh]) (destval, amt);
9232 destval = (*opcD0_byte_operation[rh]) (destval, amt);
9241 destval = (*opcD0_byte_operation[rh]) (destval, amt);
9248 destval = (*opcD0_byte_operation[rh]) (*destreg, amt);
9264 u8 amt;
9309 amt = M.x86.R_CL;
9320 destval = (*opcD1_long_operation[rh]) (destval, amt);
9330 destval = (*opcD1_word_operation[rh]) (destval, amt);
9343 destval = (*opcD1_long_operation[rh]) (destval, amt);
9353 destval = (*opcD1_word_operation[rh]) (destval, amt);
9366 destval = (*opcD1_long_operation[rh]) (destval, amt);
9376 destval = (*opcD1_word_operation[rh]) (destval, amt);
9387 *destreg = (*opcD1_long_operation[rh]) (*destreg, amt);
9394 *destreg = (*opcD1_word_operation[rh]) (*destreg, amt);