xilinx: Add OPB timer.
[qemu] / target-mips / helper.h
2009-04-06 aurel32target-mips: use the TCG_CALL_PURE and TCG_CALL_CONST...
2009-03-08 aurel32target-mips: rename helpers from do_ to helper_
2008-11-17 pbrookTCG variable type checking.
2008-11-11 aurel32target-mips: convert bit shuffle ops to TCG
2008-11-11 aurel32target-mips: convert bitfield ops to TCG
2008-11-11 aurel32target-mips: fix mft* helpers/call
2008-07-23 thsLess hardcoding of TARGET_USER_ONLY.
2008-07-09 thsUse temporary registers for the MIPS FPU emulation.
2008-06-29 thsRemove unnecessary helper arguments, and fix some typos.
2008-06-27 thsAvoid unused input arguments which triggered tcg errors...
2008-06-24 thsRemove remaining uses of T0 in the MIPS target.
2008-06-24 thsUse temporaries instead of fixed registers for some...
2008-06-23 thsPass T0/T1 explicitly to helper functions, and clean...
2008-06-20 thsConvert unaligned load/store to TCG.
2008-06-20 thsConvert vr54xx multiply instructions to TCG.
2008-06-19 thsConvert remaining MIPS FP instructions to TCG.
2008-06-12 thsSwitch the standard multiplication instructions to...
2008-06-12 thsSwitch bitfield instructions and assorted special ops...
2008-06-12 thsTCGify a few more instructions.
2008-06-11 thsCall most FP helpers without deroute through op.c
2008-06-09 thsSwitch remaining CP0 instructions to TCG or helper...
2008-06-08 thsRegister helper functions.
2008-05-21 thsSwitch MIPS clo/clz and the condition tests to TCG.
2008-05-18 thsAdd file left out from previous commit.