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
2023-10-18
target/hexagon: fix some occurrences of -Wshadow=local
Brian Cain
2023-10-18
target/hexagon: move GETPC() calls to top level helpers
Matheus Tavares Bernardino
2023-05-18
Hexagon (target/hexagon) Move items to DisasContext
Taylor Simpson
2023-05-18
Hexagon (target/hexagon) Move pkt_has_store_s1 to DisasContext
Taylor Simpson
2023-05-18
Hexagon (target/hexagon) Move pred_written to DisasContext
Taylor Simpson
2023-05-18
Hexagon (target/hexagon) Move new_pred_value to DisasContext
Taylor Simpson
2023-05-18
Hexagon (target/hexagon) Short-circuit packet register writes
Taylor Simpson
2023-05-18
Hexagon (target/hexagon) Eliminate uses of log_pred_write function
Taylor Simpson
2023-05-18
Hexagon (target/hexagon) Remove log_reg_write from op_helper.[ch]
Taylor Simpson
2023-04-21
Hexagon (target/hexagon) Remove unused slot variable in helpers
Taylor Simpson
2023-04-21
Hexagon (target/hexagon) Merge arguments to probe_pkt_scalar_hvx_stores
Taylor Simpson
2023-03-06
Hexagon (target/hexagon) Reduce manipulation of slot_cancelled
Taylor Simpson
2023-03-06
Hexagon (target/hexagon) Change subtract from zero to change sign
Taylor Simpson
2023-03-06
Hexagon (target/hexagon) Add overrides for dealloc-return instructions
Taylor Simpson
2022-12-16
target/hexagon: make helper functions non-static
Paolo Montesel
2022-12-16
Hexagon (target/hexagon) Remove next_PC from runtime state
Taylor Simpson
2022-12-16
Hexagon (target/hexagon) Only use branch_taken when packet has multi cof
Taylor Simpson
2022-07-19
Hexagon (target/hexagon) fix bug in mem_noshuf load exception
Taylor Simpson
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