Home | History | Annotate | Download | only in x86

Lines Matching refs:W_

1102 #define SR_(a)			W_ ## a
1105 #define W_(a) W_ ## a
1113 #define ADC_W(a, b) adc W_(b), W_(a)
1116 #define ADD_W(a, b) add W_(b), W_(a)
1119 #define AND_W(a, b) and W_(b), W_(a)
1121 #define ARPL(a,b) arpl W_(b), a
1123 #define BOUND_W(a, b) bound W_(b), W_(a)
1125 #define BSF_W(a, b) bsf W_(b), W_(a)
1127 #define BSR_W(a, b) bsr W_(b), W_(a)
1129 #define BT_W(a, b) bt W_(b), W_(a)
1131 #define BTC_W(a, b) btc W_(b), W_(a)
1133 #define BTR_W(a, b) btr W_(b), W_(a)
1135 #define BTS_W(a, b) bts W_(b), W_(a)
1146 #define CMP_W(a, b) cmp W_(b), W_(a)
1157 #define DEC_W(a) dec W_(a)
1160 #define DIV_W(a) div W_(a)
1165 #define IDIV_W(a) idiv W_(a)
1168 #define IMUL_W(a, b) imul W_(b), W_(a)
1174 #define IN1_W(a) in1 W_(a)
1177 #define INC_W(a) inc W_(a)
1246 #define MOV_W(a, b) mov W_(b), W_(a)
1253 #define MOVSX_WL(a, b) movsx W_(b), W_(a)
1256 #define MOVZX_WL(a, b) movzx W_(b), W_(a)
1258 #define MUL_W(a) mul W_(a)
1261 #define NEG_W(a) neg W_(a)
1265 #define NOT_W(a) not W_(a)
1268 #define OR_W(a,b) or W_(b), W_(a)
1274 #define OUT1_W(a) out1 W_(a)
1281 #define POP_W(a) pop W_(a)
1288 #define PUSH_W(a) push W_(a)
1295 #define RCL_W(a, b) rcl W_(b), W_(a)
1298 #define RCR_W(a, b) rcr W_(b), W_(a)
1302 #define ROL_W(a, b) rol W_(b), W_(a)
1305 #define ROR_W(a, b) ror W_(b), W_(a)
1315 #define SAL_W(a, b) sal W_(b), B_(a)
1318 #define SAR_W(a, b) sar W_(b), B_(a)
1321 #define SBB_W(a, b) sbb W_(b), W_(a)
1359 #define SHL_W(a, b) shl W_(b), B_(a)
1364 #define SHLD2_W(a,b) shld W_(b), W_(a)
1366 #define SHR_W(a, b) shr W_(b), B_(a)
1371 #define SHRD2_W(a,b) shrd W_(b), W_(a)
1382 #define SUB_W(a, b) sub W_(b), W_(a)
1385 #define TEST_W(a, b) test W_(b), W_(a)
1391 #define XCHG_W(a, b) xchg W_(b), W_(a)
1395 #define XOR_W(a, b) xor W_(b), W_(a)
1407 #define FIADD_W(a) fiadd W_(a)
1427 #define FIDIV_W(a) fidiv W_(a)
1433 #define FIDIVR_W(a) fidivr W_(a)
1436 #define FICOM_W(a) ficom W_(a)
1438 #define FICOMP_W(a) ficomp W_(a)
1441 #define FILD_W(a) fild W_(a)
1446 #define FIST_W(a) fist W_(a)
1449 #define FISTP_W(a) fistp W_(a)
1467 #define FIMUL_W(a) fimul W_(a)
1498 #define FISUB_W(a) fisub W_(a)
1504 #define FISUBR_W(a) fisubr W_(a)