Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/powerpc/
H A Ddb_disasm.c27 Op_dA = 0x00000080, enumerator
144 { "lwz", 0xfc000000, 0x80000000, Op_D | Op_dA },
145 { "lwzu", 0xfc000000, 0x84000000, Op_D | Op_dA },
146 { "lbz", 0xfc000000, 0x88000000, Op_D | Op_dA },
147 { "lbzu", 0xfc000000, 0x8c000000, Op_D | Op_dA },
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 },
153 { "lhz", 0xfc000000, 0xa0000000, Op_D | Op_dA },
[all …]