Searched refs:FLG_STORE (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libdisasm/sparc/
H A Ddis_sparc_fmt.h68 #define FLG_STORE (0x1L << 24) /* the instruction is not a load */ macro
H A Dinstr.c299 INST("st", VALL, FLG_STORE),
300 INST("stb", VALL, FLG_STORE),
301 INST("sth", VALL, FLG_STORE),
302 INST("std", VALL, FLG_STORE),
312 INST("stx", V9|V9S, FLG_STORE),
321 INST("sta", VALL, FLG_STORE|FLG_ASI),
322 INST("stba", VALL, FLG_STORE|FLG_ASI),
323 INST("stha", VALL, FLG_STORE|FLG_ASI),
324 INST("stda", VALL, FLG_STORE|FLG_ASI),
334 INST("stxa", V9|V9S, FLG_STORE|FLG_AS
[all...]
H A Ddis_sparc_fmt.c1213 if ((flags & FLG_STORE) != 0) {

Completed in 97 milliseconds