index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
hexagon
/
op_helper.c
Age
Commit message (
Expand
)
Author
2022-04-21
compiler.h: replace QEMU_NORETURN with G_NORETURN
Marc-André Lureau
2022-03-12
Hexagon (target/hexagon) fix bug in conv_df2uw_chop
Taylor Simpson
2022-03-12
Hexagon (target/hexagon) properly handle NaN in dfmin/dfmax/sfmin/sfmax
Taylor Simpson
2022-03-12
Hexagon (target/hexagon) properly set FPINVF bit in sfcmp.uo and dfcmp.uo
Taylor Simpson
2022-03-12
Hexagon (target/hexagon) fix bug in circular addressing
Michael Lambert
2021-11-03
Hexagon HVX (target/hexagon) helper functions
Taylor Simpson
2021-10-06
Hexagon (target/hexagon) probe the stores in a packet at start of commit
Taylor Simpson
2021-07-21
target/hexagon: Drop include of qemu.h
Peter Maydell
2021-07-21
Hexagon (target/hexagon) remove put_user_*/get_user_*
Taylor Simpson
2021-06-29
Hexagon (target/hexagon) fix bug in fLSBNEW*
Taylor Simpson
2021-05-01
Hexagon (target/hexagon) bit reverse (brev) addressing
Taylor Simpson
2021-05-01
Hexagon (target/hexagon) circular addressing
Taylor Simpson
2021-05-01
Hexagon (target/hexagon) add A5_ACS (vacsh)
Taylor Simpson
2021-05-01
Hexagon (target/hexagon) add F2_sfinvsqrta
Taylor Simpson
2021-05-01
Hexagon (target/hexagon) add F2_sfrecipa instruction
Taylor Simpson
2021-05-01
Hexagon (target/hexagon) compile all debug code
Taylor Simpson
2021-05-01
Hexagon (target/hexagon) use softfloat for float-to-int conversions
Taylor Simpson
2021-05-01
Hexagon (target/hexagon) use softfloat default NaN and tininess
Taylor Simpson
2021-05-01
Hexagon (target/hexagon) change variables from int to bool when appropriate
Taylor Simpson
2021-05-01
Hexagon (target/hexagon) use env_archcpu and env_cpu
Taylor Simpson
2021-05-01
Hexagon (target/hexagon) remove unnecessary inline directives
Taylor Simpson
2021-05-01
target/hexagon: fix typo in comment
Taylor Simpson
2021-02-18
Hexagon (target/hexagon) scalar core helpers
Taylor Simpson