Searched refs:TNS (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/common/dis/i386/ |
H A D | dis_tables.c | 292 #define TNS(name, amode) {TERM, amode, name, 0, 0, 0, 0, 0, 0} macro 312 #define TNS(name, amode) {TERM, amode, name, 0, 0, 0, 0, 0} macro 332 #define TNS(name, amode) {TERM, amode, 0, 0, 0, 0, 0} macro 352 #define TNS(name, amode) {TERM, amode, 0, 0, 0, 0} macro 503 const instable_t dis_opMOVSLD = TNS("movslq",MOVSXZ); 508 const instable_t dis_opPause = TNS("pause", NORM); 515 /* [0] */ TNS("sldt",M), TNS("str",M), TNSy("lldt",M), TNSy("ltr",M), 526 /* [4] */ TNSZ("smsw",M,2), INVALID, TNSZ("lmsw",M,2), TNS("invlpg",SWAPGS_RDTSCP), 534 /* [0] */ TNS("prefetchnta",PREF),TNS("prefetcht0",PREF), TNS("prefetcht1",PREF), TNS("prefetcht2… 542 /* [0] */ TNSZ("fxsave",M,512), TNSZ("fxrstor",M,512), TNS("ldmxcsr",M), TNS("stmxcsr",M), [all …]
|