Lines Matching refs:L_
1111 #define S_(a) L_ ## a
1112 #define L_(a) L_ ## a
1120 #define ADC_L(a, b) adc L_(b), L_(a)
1123 #define ADD_L(a, b) add L_(b), L_(a)
1126 #define AND_L(a, b) and L_(b), L_(a)
1130 #define BOUND_L(a, b) bound L_(b), L_(a)
1132 #define BSF_L(a, b) bsf L_(b), L_(a)
1134 #define BSR_L(a, b) bsr L_(b), L_(a)
1136 #define BT_L(a, b) bt L_(b), L_(a)
1138 #define BTC_L(a, b) btc L_(b), L_(a)
1140 #define BTR_L(a, b) btr L_(b), L_(a)
1142 #define BTS_L(a, b) bts L_(b), L_(a)
1153 #define CMP_L(a, b) cmp L_(b), L_(a)
1164 #define DEC_L(a) dec L_(a)
1167 #define DIV_L(a) div L_(a)
1172 #define IDIV_L(a) idiv L_(a)
1175 #define IMUL_L(a, b) imul L_(b), L_(a)
1181 #define IN1_L(a) in1 L_(a)
1184 #define INC_L(a) inc L_(a)
1253 #define MOV_L(a, b) mov L_(b), L_(a)
1265 #define MUL_L(a) mul L_(a)
1268 #define NEG_L(a) neg L_(a)
1272 #define NOT_L(a) not L_(a)
1275 #define OR_L(a,b) or L_(b), L_(a)
1281 #define OUT1_L(a) out1 L_(a)
1288 #define POP_L(a) pop L_(a)
1295 #define PUSH_L(a) push L_(a)
1302 #define RCL_L(a, b) rcl L_(b), L_(a)
1305 #define RCR_L(a, b) rcr L_(b), L_(a)
1309 #define ROL_L(a, b) rol L_(b), L_(a)
1312 #define ROR_L(a, b) ror L_(b), L_(a)
1322 #define SAL_L(a, b) sal L_(b), B_(a)
1325 #define SAR_L(a, b) sar L_(b), B_(a)
1328 #define SBB_L(a, b) sbb L_(b), L_(a)
1366 #define SHL_L(a, b) shl L_(b), B_(a)
1370 #define SHLD2_L(a,b) shld L_(b), L_(a)
1373 #define SHR_L(a, b) shr L_(b), B_(a)
1377 #define SHRD2_L(a,b) shrd L_(b), L_(a)
1389 #define SUB_L(a, b) sub L_(b), L_(a)
1392 #define TEST_L(a, b) test L_(b), L_(a)
1398 #define XCHG_L(a, b) xchg L_(b), L_(a)
1402 #define XOR_L(a, b) xor L_(b), L_(a)
1414 #define FIADD_L(a) fiadd L_(a)
1434 #define FIDIV_L(a) fidiv L_(a)
1440 #define FIDIVR_L(a) fidivr L_(a)
1443 #define FICOM_L(a) ficom L_(a)
1445 #define FICOMP_L(a) ficomp L_(a)
1448 #define FILD_L(a) fild L_(a)
1453 #define FIST_L(a) fist L_(a)
1456 #define FISTP_L(a) fistp L_(a)
1474 #define FIMUL_L(a) fimul L_(a)
1505 #define FISUB_L(a) fisub L_(a)
1511 #define FISUBR_L(a) fisubr L_(a)