Searched refs:TNS (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/common/dis/i386/ |
H A D | dis_tables.c | 291 #define TNS(name, amode) {TERM, amode, name, 0, 0, 0, 0, 0, 0} macro 311 #define TNS(name, amode) {TERM, amode, name, 0, 0, 0, 0, 0} macro 331 #define TNS(name, amode) {TERM, amode, 0, 0, 0, 0, 0} macro 351 #define TNS(name, amode) {TERM, amode, 0, 0, 0, 0} macro 502 const instable_t dis_opMOVSLD = TNS("movslq",MOVSXZ); 507 const instable_t dis_opPause = TNS("pause", NORM); 514 /* [0] */ TNS("sldt",M), TNS("str",M), TNSy("lldt",M), TNSy("ltr",M), 525 /* [4] */ TNSZ("smsw",M,2), INVALID, TNSZ("lmsw",M,2), TNS("invlpg",SWAPGS_RDTSCP), 533 /* [0] */ TNS("prefetchnta",PREF),TNS("prefetcht0",PREF), TNS("prefetcht1",PREF), TNS("prefetcht2… 541 /* [0] */ TNSZ("fxsave",M,512), TNSZ("fxrstor",M,512), TNS("ldmxcsr",M), TNS("stmxcsr",M), [all …]
|