Lines Matching refs:amt

8206     u8 amt;
8256 amt = fetch_byte_imm();
8257 DECODE_PRINTF2(",%x\n", amt);
8260 destval = (*opcD0_byte_operation[rh]) (destval, amt);
8266 amt = fetch_byte_imm();
8267 DECODE_PRINTF2(",%x\n", amt);
8270 destval = (*opcD0_byte_operation[rh]) (destval, amt);
8276 amt = fetch_byte_imm();
8277 DECODE_PRINTF2(",%x\n", amt);
8280 destval = (*opcD0_byte_operation[rh]) (destval, amt);
8285 amt = fetch_byte_imm();
8286 DECODE_PRINTF2(",%x\n", amt);
8288 destval = (*opcD0_byte_operation[rh]) (*destreg, amt);
8330 u8 amt;
8383 amt = fetch_byte_imm();
8384 DECODE_PRINTF2(",%x\n", amt);
8387 destval = (*opcD1_long_operation[rh]) (destval, amt);
8394 amt = fetch_byte_imm();
8395 DECODE_PRINTF2(",%x\n", amt);
8398 destval = (*opcD1_word_operation[rh]) (destval, amt);
8408 amt = fetch_byte_imm();
8409 DECODE_PRINTF2(",%x\n", amt);
8412 destval = (*opcD1_long_operation[rh]) (destval, amt);
8419 amt = fetch_byte_imm();
8420 DECODE_PRINTF2(",%x\n", amt);
8423 destval = (*opcD1_word_operation[rh]) (destval, amt);
8433 amt = fetch_byte_imm();
8434 DECODE_PRINTF2(",%x\n", amt);
8437 destval = (*opcD1_long_operation[rh]) (destval, amt);
8444 amt = fetch_byte_imm();
8445 DECODE_PRINTF2(",%x\n", amt);
8448 destval = (*opcD1_word_operation[rh]) (destval, amt);
8457 amt = fetch_byte_imm();
8458 DECODE_PRINTF2(",%x\n", amt);
8460 *destreg = (*opcD1_long_operation[rh]) (*destreg, amt);
8465 amt = fetch_byte_imm();
8466 DECODE_PRINTF2(",%x\n", amt);
8468 *destreg = (*opcD1_word_operation[rh]) (*destreg, amt);
9201 u8 amt;
9246 amt = M.x86.R_CL;
9254 destval = (*opcD0_byte_operation[rh]) (destval, amt);
9263 destval = (*opcD0_byte_operation[rh]) (destval, amt);
9272 destval = (*opcD0_byte_operation[rh]) (destval, amt);
9279 destval = (*opcD0_byte_operation[rh]) (*destreg, amt);
9295 u8 amt;
9340 amt = M.x86.R_CL;
9351 destval = (*opcD1_long_operation[rh]) (destval, amt);
9361 destval = (*opcD1_word_operation[rh]) (destval, amt);
9374 destval = (*opcD1_long_operation[rh]) (destval, amt);
9384 destval = (*opcD1_word_operation[rh]) (destval, amt);
9397 destval = (*opcD1_long_operation[rh]) (destval, amt);
9407 destval = (*opcD1_word_operation[rh]) (destval, amt);
9418 *destreg = (*opcD1_long_operation[rh]) (*destreg, amt);
9425 *destreg = (*opcD1_word_operation[rh]) (*destreg, amt);