Home | History | Annotate | Download | only in x86

Lines Matching refs:W_

1110 #define SR_(a)			W_ ## a
1113 #define W_(a) W_ ## a
1121 #define ADC_W(a, b) adc W_(b), W_(a)
1124 #define ADD_W(a, b) add W_(b), W_(a)
1127 #define AND_W(a, b) and W_(b), W_(a)
1129 #define ARPL(a,b) arpl W_(b), a
1131 #define BOUND_W(a, b) bound W_(b), W_(a)
1133 #define BSF_W(a, b) bsf W_(b), W_(a)
1135 #define BSR_W(a, b) bsr W_(b), W_(a)
1137 #define BT_W(a, b) bt W_(b), W_(a)
1139 #define BTC_W(a, b) btc W_(b), W_(a)
1141 #define BTR_W(a, b) btr W_(b), W_(a)
1143 #define BTS_W(a, b) bts W_(b), W_(a)
1154 #define CMP_W(a, b) cmp W_(b), W_(a)
1165 #define DEC_W(a) dec W_(a)
1168 #define DIV_W(a) div W_(a)
1173 #define IDIV_W(a) idiv W_(a)
1176 #define IMUL_W(a, b) imul W_(b), W_(a)
1182 #define IN1_W(a) in1 W_(a)
1185 #define INC_W(a) inc W_(a)
1254 #define MOV_W(a, b) mov W_(b), W_(a)
1261 #define MOVSX_WL(a, b) movsx W_(b), W_(a)
1264 #define MOVZX_WL(a, b) movzx W_(b), W_(a)
1266 #define MUL_W(a) mul W_(a)
1269 #define NEG_W(a) neg W_(a)
1273 #define NOT_W(a) not W_(a)
1276 #define OR_W(a,b) or W_(b), W_(a)
1282 #define OUT1_W(a) out1 W_(a)
1289 #define POP_W(a) pop W_(a)
1296 #define PUSH_W(a) push W_(a)
1303 #define RCL_W(a, b) rcl W_(b), W_(a)
1306 #define RCR_W(a, b) rcr W_(b), W_(a)
1310 #define ROL_W(a, b) rol W_(b), W_(a)
1313 #define ROR_W(a, b) ror W_(b), W_(a)
1323 #define SAL_W(a, b) sal W_(b), B_(a)
1326 #define SAR_W(a, b) sar W_(b), B_(a)
1329 #define SBB_W(a, b) sbb W_(b), W_(a)
1367 #define SHL_W(a, b) shl W_(b), B_(a)
1372 #define SHLD2_W(a,b) shld W_(b), W_(a)
1374 #define SHR_W(a, b) shr W_(b), B_(a)
1379 #define SHRD2_W(a,b) shrd W_(b), W_(a)
1390 #define SUB_W(a, b) sub W_(b), W_(a)
1393 #define TEST_W(a, b) test W_(b), W_(a)
1399 #define XCHG_W(a, b) xchg W_(b), W_(a)
1403 #define XOR_W(a, b) xor W_(b), W_(a)
1415 #define FIADD_W(a) fiadd W_(a)
1435 #define FIDIV_W(a) fidiv W_(a)
1441 #define FIDIVR_W(a) fidivr W_(a)
1444 #define FICOM_W(a) ficom W_(a)
1446 #define FICOMP_W(a) ficomp W_(a)
1449 #define FILD_W(a) fild W_(a)
1454 #define FIST_W(a) fist W_(a)
1457 #define FISTP_W(a) fistp W_(a)
1475 #define FIMUL_W(a) fimul W_(a)
1506 #define FISUB_W(a) fisub W_(a)
1512 #define FISUBR_W(a) fisubr W_(a)