index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
hexagon
/
op_helper.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-07
Hexagon: fix F2_conv_* instructions for negative zero
Matheus Tavares Bernardino
1
-9
/
+9
2024-06-08
Hexagon: add PC alignment check and exception
Matheus Tavares Bernardino
1
-5
/
+4
2023-10-18
target/hexagon: fix some occurrences of -Wshadow=local
Brian Cain
1
-6
/
+3
2023-10-18
target/hexagon: move GETPC() calls to top level helpers
Matheus Tavares Bernardino
1
-46
/
+29
2023-05-18
Hexagon (target/hexagon) Move items to DisasContext
Taylor Simpson
1
-3
/
+2
2023-05-18
Hexagon (target/hexagon) Move pkt_has_store_s1 to DisasContext
Taylor Simpson
1
-11
/
+15
2023-05-18
Hexagon (target/hexagon) Move pred_written to DisasContext
Taylor Simpson
1
-2
/
+3
2023-05-18
Hexagon (target/hexagon) Move new_pred_value to DisasContext
Taylor Simpson
1
-1
/
+1
2023-05-18
Hexagon (target/hexagon) Short-circuit packet register writes
Taylor Simpson
1
-2
/
+3
2023-05-18
Hexagon (target/hexagon) Eliminate uses of log_pred_write function
Taylor Simpson
1
-15
/
+81
2023-05-18
Hexagon (target/hexagon) Remove log_reg_write from op_helper.[ch]
Taylor Simpson
1
-17
/
+0
2023-04-21
Hexagon (target/hexagon) Remove unused slot variable in helpers
Taylor Simpson
1
-1
/
+1
2023-04-21
Hexagon (target/hexagon) Merge arguments to probe_pkt_scalar_hvx_stores
Taylor Simpson
1
-2
/
+2
2023-03-06
Hexagon (target/hexagon) Reduce manipulation of slot_cancelled
Taylor Simpson
1
-15
/
+17
2023-03-06
Hexagon (target/hexagon) Change subtract from zero to change sign
Taylor Simpson
1
-1
/
+1
2023-03-06
Hexagon (target/hexagon) Add overrides for dealloc-return instructions
Taylor Simpson
1
-25
/
+1
2022-12-16
target/hexagon: make helper functions non-static
Paolo Montesel
1
-16
/
+13
2022-12-16
Hexagon (target/hexagon) Remove next_PC from runtime state
Taylor Simpson
1
-3
/
+3
2022-12-16
Hexagon (target/hexagon) Only use branch_taken when packet has multi cof
Taylor Simpson
1
-9
/
+15
2022-07-19
Hexagon (target/hexagon) fix bug in mem_noshuf load exception
Taylor Simpson
1
-5
/
+18
2022-04-21
compiler.h: replace QEMU_NORETURN with G_NORETURN
Marc-André Lureau
1
-4
/
+5
2022-03-12
Hexagon (target/hexagon) fix bug in conv_df2uw_chop
Taylor Simpson
1
-1
/
+1
2022-03-12
Hexagon (target/hexagon) properly handle NaN in dfmin/dfmax/sfmin/sfmax
Taylor Simpson
1
-10
/
+4
2022-03-12
Hexagon (target/hexagon) properly set FPINVF bit in sfcmp.uo and dfcmp.uo
Taylor Simpson
1
-4
/
+2
2022-03-12
Hexagon (target/hexagon) fix bug in circular addressing
Michael Lambert
1
-3
/
+3
2021-11-03
Hexagon HVX (target/hexagon) helper functions
Taylor Simpson
1
-2
/
+280
2021-10-06
Hexagon (target/hexagon) probe the stores in a packet at start of commit
Taylor Simpson
1
-0
/
+16
2021-07-21
target/hexagon: Drop include of qemu.h
Peter Maydell
1
-1
/
+2
2021-07-21
Hexagon (target/hexagon) remove put_user_*/get_user_*
Taylor Simpson
1
-21
/
+18
2021-06-29
Hexagon (target/hexagon) fix bug in fLSBNEW*
Taylor Simpson
1
-5
/
+0
2021-05-01
Hexagon (target/hexagon) bit reverse (brev) addressing
Taylor Simpson
1
-0
/
+8
2021-05-01
Hexagon (target/hexagon) circular addressing
Taylor Simpson
1
-22
/
+14
2021-05-01
Hexagon (target/hexagon) add A5_ACS (vacsh)
Taylor Simpson
1
-0
/
+33
2021-05-01
Hexagon (target/hexagon) add F2_sfinvsqrta
Taylor Simpson
1
-0
/
+21
2021-05-01
Hexagon (target/hexagon) add F2_sfrecipa instruction
Taylor Simpson
1
-0
/
+37
2021-05-01
Hexagon (target/hexagon) compile all debug code
Taylor Simpson
1
-10
/
+4
2021-05-01
Hexagon (target/hexagon) use softfloat for float-to-int conversions
Taylor Simpson
1
-41
/
+128
2021-05-01
Hexagon (target/hexagon) use softfloat default NaN and tininess
Taylor Simpson
1
-47
/
+0
2021-05-01
Hexagon (target/hexagon) change variables from int to bool when appropriate
Taylor Simpson
1
-4
/
+4
2021-05-01
Hexagon (target/hexagon) use env_archcpu and env_cpu
Taylor Simpson
1
-1
/
+1
2021-05-01
Hexagon (target/hexagon) remove unnecessary inline directives
Taylor Simpson
1
-19
/
+18
2021-05-01
target/hexagon: fix typo in comment
Taylor Simpson
1
-1
/
+1
2021-02-18
Hexagon (target/hexagon) scalar core helpers
Taylor Simpson
1
-0
/
+1064