2015-10-29 |
Yongbok Kim | target-mips: Add enum for BREAK32 Signed-off-by: Yongbok Kim <yongbok.kim@imgtec.com>
|
commit | commitdiff | tree |
2015-08-13 |
Yongbok Kim | target-mips: update mips32r5-generic into P5600 Signed-off-by: Yongbok Kim <yongbok.kim@imgtec.com>
|
commit | commitdiff | tree |
2015-07-28 |
Yongbok Kim | target-mips: fix offset calculation for Interrupts Signed-off-by: Yongbok Kim <yongbok.kim@imgtec.com>
|
commit | commitdiff | tree |
2015-07-15 |
Yongbok Kim | disas/mips: fix disassembling R6 instructions Signed-off-by: Yongbok Kim <yongbok.kim@imgtec.com>
|
commit | commitdiff | tree |
2015-07-15 |
Yongbok Kim | target-mips: fix to clear MSACSR.Cause Signed-off-by: Yongbok Kim <yongbok.kim@imgtec.com>
|
commit | commitdiff | tree |
2015-07-15 |
Yongbok Kim | target-mips: fix MIPS64R6-generic configuration Signed-off-by: Yongbok Kim <yongbok.kim@imgtec.com>
|
commit | commitdiff | tree |
2015-06-26 |
Yongbok Kim | target-mips: add mips32r6-generic CPU definition Signed-off-by: Yongbok Kim <yongbok.kim@imgtec.com>
|
commit | commitdiff | tree |
2015-06-26 |
Yongbok Kim | target-mips: microMIPS32 R6 POOL16{A, C} instructions Signed-off-by: Yongbok Kim <yongbok.kim@imgtec.com>
|
commit | commitdiff | tree |
2015-06-26 |
Yongbok Kim | target-mips: microMIPS32 R6 Major instructions Signed-off-by: Yongbok Kim <yongbok.kim@imgtec.com>
|
commit | commitdiff | tree |
2015-06-26 |
Yongbok Kim | target-mips: microMIPS32 R6 POOL32{I, C} instructions Signed-off-by: Yongbok Kim <yongbok.kim@imgtec.com>
|
commit | commitdiff | tree |
2015-06-26 |
Yongbok Kim | target-mips: microMIPS32 R6 POOL32F instructions Signed-off-by: Yongbok Kim <yongbok.kim@imgtec.com>
|
commit | commitdiff | tree |
2015-06-26 |
Yongbok Kim | target-mips: microMIPS32 R6 POOL32A{XF} instructions Signed-off-by: Yongbok Kim <yongbok.kim@imgtec.com>
|
commit | commitdiff | tree |
2015-06-26 |
Yongbok Kim | target-mips: microMIPS32 R6 branches and jumps Signed-off-by: Yongbok Kim <yongbok.kim@imgtec.com>
|
commit | commitdiff | tree |
2015-06-26 |
Yongbok Kim | target-mips: add microMIPS32 R6 opcode enum Signed-off-by: Yongbok Kim <yongbok.kim@imgtec.com>
|
commit | commitdiff | tree |
2015-06-26 |
Yongbok Kim | target-mips: signal RI for removed instructions in... Signed-off-by: Yongbok Kim <yongbok.kim@imgtec.com>
|
commit | commitdiff | tree |
2015-06-26 |
Yongbok Kim | target-mips: raise RI exceptions when FIR.PS = 0 Signed-off-by: Yongbok Kim <yongbok.kim@imgtec.com>
|
commit | commitdiff | tree |
2015-06-26 |
Yongbok Kim | target-mips: rearrange gen_compute_compact_branch Signed-off-by: Yongbok Kim <yongbok.kim@imgtec.com>
|
commit | commitdiff | tree |
2015-06-26 |
Yongbok Kim | target-mips: refactor {D}LSA, {D}ALIGN, {D}BITSWAP Signed-off-by: Yongbok Kim <yongbok.kim@imgtec.com>
|
commit | commitdiff | tree |
2015-06-26 |
Yongbok Kim | target-mips: remove an unused argument Signed-off-by: Yongbok Kim <yongbok.kim@imgtec.com>
|
commit | commitdiff | tree |
2015-06-26 |
Yongbok Kim | target-mips: add microMIPS TLBINV, TLBINVF Signed-off-by: Yongbok Kim <yongbok.kim@imgtec.com>
|
commit | commitdiff | tree |
2015-06-26 |
Yongbok Kim | target-mips: fix {RD, WR}PGPR in microMIPS Signed-off-by: Yongbok Kim <yongbok.kim@imgtec.com>
|
commit | commitdiff | tree |
2015-06-15 |
Yongbok Kim | linux-user: Use abi_ulong for TARGET_ELF_PAGESTART Signed-off-by: Yongbok Kim <yongbok.kim@imgtec.com>
|
commit | commitdiff | tree |
2015-06-11 |
Yongbok Kim | target-mips: Misaligned memory accesses for MSA Signed-off-by: Yongbok Kim <yongbok.kim@imgtec.com>
|
commit | commitdiff | tree |
2015-06-11 |
Yongbok Kim | softmmu: Add probe_write() Signed-off-by: Yongbok Kim <yongbok.kim@imgtec.com>
|
commit | commitdiff | tree |
2015-06-11 |
Yongbok Kim | target-mips: Misaligned memory accesses for R6 Signed-off-by: Yongbok Kim <yongbok.kim@imgtec.com>
|
commit | commitdiff | tree |
2014-11-07 |
Yongbok Kim | target-mips: fix multiple TCG registers covering same... Signed-off-by: Yongbok Kim <yongbok.kim@imgtec.com>
|
commit | commitdiff | tree |
2014-11-03 |
Yongbok Kim | target-mips: add MSA support to mips32r5-generic Signed-off-by: Yongbok Kim <yongbok.kim@imgtec.com>
|
commit | commitdiff | tree |
2014-11-03 |
Yongbok Kim | disas/mips.c: disassemble MSA instructions Signed-off-by: Yongbok Kim <yongbok.kim@imgtec.com>
|
commit | commitdiff | tree |
2014-11-03 |
Yongbok Kim | target-mips: add MSA MI10 format instructions Signed-off-by: Yongbok Kim <yongbok.kim@imgtec.com>
|
commit | commitdiff | tree |
2014-11-03 |
Yongbok Kim | target-mips: add MSA 2RF format instructions Signed-off-by: Yongbok Kim <yongbok.kim@imgtec.com>
|
commit | commitdiff | tree |
2014-11-03 |
Yongbok Kim | target-mips: add MSA VEC/2R format instructions Signed-off-by: Yongbok Kim <yongbok.kim@imgtec.com>
|
commit | commitdiff | tree |
2014-11-03 |
Yongbok Kim | target-mips: add MSA 3RF format instructions Signed-off-by: Yongbok Kim <yongbok.kim@imgtec.com>
|
commit | commitdiff | tree |
2014-11-03 |
Yongbok Kim | target-mips: add MSA ELM format instructions Signed-off-by: Yongbok Kim <yongbok.kim@imgtec.com>
|
commit | commitdiff | tree |
2014-11-03 |
Yongbok Kim | target-mips: add MSA 3R format instructions Signed-off-by: Yongbok Kim <yongbok.kim@imgtec.com>
|
commit | commitdiff | tree |
2014-11-03 |
Yongbok Kim | target-mips: add MSA BIT format instructions Signed-off-by: Yongbok Kim <yongbok.kim@imgtec.com>
|
commit | commitdiff | tree |
2014-11-03 |
Yongbok Kim | target-mips: add MSA I5 format instruction Signed-off-by: Yongbok Kim <yongbok.kim@imgtec.com>
|
commit | commitdiff | tree |
2014-11-03 |
Yongbok Kim | target-mips: add MSA I8 format instructions Signed-off-by: Yongbok Kim <yongbok.kim@imgtec.com>
|
commit | commitdiff | tree |
2014-11-03 |
Yongbok Kim | target-mips: add MSA branch instructions Signed-off-by: Yongbok Kim <yongbok.kim@imgtec.com>
|
commit | commitdiff | tree |
2014-11-03 |
Yongbok Kim | target-mips: add msa_helper.c Signed-off-by: Yongbok Kim <yongbok.kim@imgtec.com>
|
commit | commitdiff | tree |
2014-11-03 |
Yongbok Kim | target-mips: add msa_reset(), global msa register Signed-off-by: Yongbok Kim <yongbok.kim@imgtec.com>
|
commit | commitdiff | tree |
2014-11-03 |
Yongbok Kim | target-mips: add MSA opcode enum Signed-off-by: Yongbok Kim <yongbok.kim@imgtec.com>
|
commit | commitdiff | tree |
2014-11-03 |
Yongbok Kim | target-mips: stop translation after ctc1 Signed-off-by: Yongbok Kim <yongbok.kim@imgtec.com>
|
commit | commitdiff | tree |
2014-11-03 |
Yongbok Kim | target-mips: remove duplicated mips/ieee mapping function Signed-off-by: Yongbok Kim <yongbok.kim@imgtec.com>
|
commit | commitdiff | tree |
2014-11-03 |
Yongbok Kim | target-mips: add MSA exceptions Signed-off-by: Yongbok Kim <yongbok.kim@imgtec.com>
|
commit | commitdiff | tree |
2014-11-03 |
Yongbok Kim | target-mips: add MSA defines and data structure Signed-off-by: Yongbok Kim <yongbok.kim@imgtec.com>
|
commit | commitdiff | tree |
2014-10-14 |
Yongbok Kim | target-mips: fix broken MIPS16 and microMIPS Signed-off-by: Yongbok Kim <yongbok.kim@imgtec.com>
|
commit | commitdiff | tree |
2014-10-14 |
Yongbok Kim | target-mips: remove JR, BLTZAL, BGEZAL and add NAL... Signed-off-by: Yongbok Kim <yongbok.kim@imgtec.com>
|
commit | commitdiff | tree |
2014-10-14 |
Yongbok Kim | target-mips: add new Floating Point Comparison instructions Signed-off-by: Yongbok Kim <yongbok.kim@imgtec.com>
|
commit | commitdiff | tree |
2014-10-13 |
Yongbok Kim | target-mips: add compact and CP1 branches Signed-off-by: Yongbok Kim <yongbok.kim@imgtec.com>
|
commit | commitdiff | tree |
2014-10-13 |
Yongbok Kim | target-mips: add ALIGN, DALIGN, BITSWAP and DBITSWAP... Signed-off-by: Yongbok Kim <yongbok.kim@imgtec.com>
|
commit | commitdiff | tree |
2013-08-03 |
Yongbok Kim | target-mips: fix 34Kf configuration for DSP ASE Signed-off-by: Yongbok Kim <yongbok.kim@imgtec.com>
|
commit | commitdiff | tree |