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

/osnet-11/usr/src/lib/libdisasm/sparc/
H A Ddis_sparc_fmt.h65 #define FLG_STORE (0x1L << 24) /* the instruction is not a load */ macro
H A Dinstr.c575 INST("st", VALL, FLG_STORE),
576 INST("stb", VALL, FLG_STORE),
577 INST("sth", VALL, FLG_STORE),
578 INST("std", VALL, FLG_STORE),
588 INST("stx", V9|V9S, FLG_STORE),
597 INST("sta", VALL, FLG_STORE|FLG_ASI),
598 INST("stba", VALL, FLG_STORE|FLG_ASI),
599 INST("stha", VALL, FLG_STORE|FLG_ASI),
600 INST("stda", VALL, FLG_STORE|FLG_ASI),
610 INST("stxa", V9|V9S, FLG_STORE|FLG_AS
[all...]
H A Ddis_sparc_fmt.c1268 if ((flags & FLG_STORE) != 0) {

Completed in 22 milliseconds