]> Git Repo - qemu.git/commit
target-ppc: Implement bcdcfn. instruction
authorJose Ricardo Ziviani <[email protected]>
Tue, 8 Nov 2016 16:50:22 +0000 (14:50 -0200)
committerDavid Gibson <[email protected]>
Mon, 14 Nov 2016 23:06:48 +0000 (10:06 +1100)
commitb81558724f66807cfe2262707b2cd4ad457693b7
treebaaf5d35646aaf51dc46e86f118b68d7696039fa
parente0aa311673db3717cd726a93be0efe0115b4cd59
target-ppc: Implement bcdcfn. instruction

bcdcfn. converts from National numeric format to BCD. National format
uses a byte to represent a digit where the most significant nibble is
always 0x3 and the least sign. nibbles is the digit itself.

Signed-off-by: Jose Ricardo Ziviani <[email protected]>
Reviewed-by: David Gibson <[email protected]>
Signed-off-by: David Gibson <[email protected]>
target-ppc/helper.h
target-ppc/int_helper.c
target-ppc/translate/vmx-impl.inc.c
target-ppc/translate/vmx-ops.inc.c
This page took 0.024032 seconds and 4 git commands to generate.