Home | History | Annotate | Download | only in x86

Lines Matching refs:L_

1103 #define S_(a)			L_ ## a
1104 #define L_(a) L_ ## a
1112 #define ADC_L(a, b) adc L_(b), L_(a)
1115 #define ADD_L(a, b) add L_(b), L_(a)
1118 #define AND_L(a, b) and L_(b), L_(a)
1122 #define BOUND_L(a, b) bound L_(b), L_(a)
1124 #define BSF_L(a, b) bsf L_(b), L_(a)
1126 #define BSR_L(a, b) bsr L_(b), L_(a)
1128 #define BT_L(a, b) bt L_(b), L_(a)
1130 #define BTC_L(a, b) btc L_(b), L_(a)
1132 #define BTR_L(a, b) btr L_(b), L_(a)
1134 #define BTS_L(a, b) bts L_(b), L_(a)
1145 #define CMP_L(a, b) cmp L_(b), L_(a)
1156 #define DEC_L(a) dec L_(a)
1159 #define DIV_L(a) div L_(a)
1164 #define IDIV_L(a) idiv L_(a)
1167 #define IMUL_L(a, b) imul L_(b), L_(a)
1173 #define IN1_L(a) in1 L_(a)
1176 #define INC_L(a) inc L_(a)
1245 #define MOV_L(a, b) mov L_(b), L_(a)
1257 #define MUL_L(a) mul L_(a)
1260 #define NEG_L(a) neg L_(a)
1264 #define NOT_L(a) not L_(a)
1267 #define OR_L(a,b) or L_(b), L_(a)
1273 #define OUT1_L(a) out1 L_(a)
1280 #define POP_L(a) pop L_(a)
1287 #define PUSH_L(a) push L_(a)
1294 #define RCL_L(a, b) rcl L_(b), L_(a)
1297 #define RCR_L(a, b) rcr L_(b), L_(a)
1301 #define ROL_L(a, b) rol L_(b), L_(a)
1304 #define ROR_L(a, b) ror L_(b), L_(a)
1314 #define SAL_L(a, b) sal L_(b), B_(a)
1317 #define SAR_L(a, b) sar L_(b), B_(a)
1320 #define SBB_L(a, b) sbb L_(b), L_(a)
1358 #define SHL_L(a, b) shl L_(b), B_(a)
1362 #define SHLD2_L(a,b) shld L_(b), L_(a)
1365 #define SHR_L(a, b) shr L_(b), B_(a)
1369 #define SHRD2_L(a,b) shrd L_(b), L_(a)
1381 #define SUB_L(a, b) sub L_(b), L_(a)
1384 #define TEST_L(a, b) test L_(b), L_(a)
1390 #define XCHG_L(a, b) xchg L_(b), L_(a)
1394 #define XOR_L(a, b) xor L_(b), L_(a)
1406 #define FIADD_L(a) fiadd L_(a)
1426 #define FIDIV_L(a) fidiv L_(a)
1432 #define FIDIVR_L(a) fidivr L_(a)
1435 #define FICOM_L(a) ficom L_(a)
1437 #define FICOMP_L(a) ficomp L_(a)
1440 #define FILD_L(a) fild L_(a)
1445 #define FIST_L(a) fist L_(a)
1448 #define FISTP_L(a) fistp L_(a)
1466 #define FIMUL_L(a) fimul L_(a)
1497 #define FISUB_L(a) fisub L_(a)
1503 #define FISUBR_L(a) fisubr L_(a)