]> git.proxmox.com Git - qemu.git/commit - target-ppc/translate.c
Avoid op helpers that would just call helpers for TLB & SLB management:
authorj_mayer <j_mayer@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 1 Oct 2007 01:51:12 +0000 (01:51 +0000)
committerj_mayer <j_mayer@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 1 Oct 2007 01:51:12 +0000 (01:51 +0000)
commitdaf4f96ece7dc4abdfe29c9a7fdd694ffd8969bb
tree5beb2a3f15387eb42a32c92c32898453595e6e2f
parent035feb8857d410c3e066f13d8f7bcf8e836e6972
Avoid op helpers that would just call helpers for TLB & SLB management:
  call the helpers directly from the micro-ops.
Avoid duplicated code for tlbsx. implementation.

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3302 c046a42c-6fe2-441c-8c8c-71466251a162
target-ppc/cpu.h
target-ppc/exec.h
target-ppc/helper.c
target-ppc/op.c
target-ppc/op_helper.c
target-ppc/translate.c