Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libdisasm/common/
H A Ddis_sparc_instr.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_ASI),
[all …]
H A Ddis_sparc_fmt.h66 #define FLG_STORE (0x1L << 24) /* the instruction is not a load */ macro
H A Ddis_sparc_fmt.c1217 if ((flags & FLG_STORE) != 0) { in fmt_ls()