]> Git Repo - qemu.git/blob - target/m68k/qregs.def
Merge remote-tracking branch 'remotes/huth/tags/target-dirs-20161220' into staging
[qemu.git] / target / m68k / qregs.def
1 DEFF64(FP_RESULT, fp_result)
2 DEFO32(PC, pc)
3 DEFO32(SR, sr)
4 DEFO32(CC_OP, cc_op)
5 DEFO32(CC_X, cc_x)
6 DEFO32(CC_C, cc_c)
7 DEFO32(CC_N, cc_n)
8 DEFO32(CC_V, cc_v)
9 DEFO32(CC_Z, cc_z)
10 DEFO32(DIV1, div1)
11 DEFO32(DIV2, div2)
12 DEFO32(MACSR, macsr)
13 DEFO32(MAC_MASK, mac_mask)
This page took 0.03281 seconds and 4 git commands to generate.