Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/powerpc/
H A Ddb_disasm.c24 Op_ST = 0x00000020, /* Op_S for store-operations, same as D */ enumerator
148 { "stw", 0xfc000000, 0x90000000, Op_ST | Op_dA },
149 { "stwu", 0xfc000000, 0x94000000, Op_ST | Op_dA },
150 { "stb", 0xfc000000, 0x98000000, Op_ST | Op_dA },
151 { "stbu", 0xfc000000, 0x9c000000, Op_ST | Op_dA },
157 { "sth", 0xfc000000, 0xb0000000, Op_ST | Op_dA },
158 { "sthu", 0xfc000000, 0xb4000000, Op_ST | Op_dA },
160 { "stmw", 0xfc000000, 0xbc000000, Op_ST | Op_dA },
167 { "stfs", 0xfc000000, 0xd0000000, Op_ST | Op_dA },
168 { "stfsu", 0xfc000000, 0xd4000000, Op_ST | Op_dA },
[all …]