Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/powerpc/powerpc/
Ddb_disasm.c33 Op_ST = 0x00000020, /* Op_S for store-operations, same as D */ enumerator
157 { "stw", 0xfc000000, 0x90000000, Op_ST | Op_dA },
158 { "stwu", 0xfc000000, 0x94000000, Op_ST | Op_dA },
159 { "stb", 0xfc000000, 0x98000000, Op_ST | Op_dA },
160 { "stbu", 0xfc000000, 0x9c000000, Op_ST | Op_dA },
166 { "sth", 0xfc000000, 0xb0000000, Op_ST | Op_dA },
167 { "sthu", 0xfc000000, 0xb4000000, Op_ST | Op_dA },
169 { "stmw", 0xfc000000, 0xbc000000, Op_ST | Op_dA },
176 { "stfs", 0xfc000000, 0xd0000000, Op_ST | Op_dA },
177 { "stfsu", 0xfc000000, 0xd4000000, Op_ST | Op_dA },
[all …]