Searched hist:c45cb8bb89fc798489869982c4c463b26ce43d7b (Results 1 – 4 of 4) sorted by relevance
/qemu/tcg/ |
H A D | tcg-op.c | c45cb8bb89fc798489869982c4c463b26ce43d7b Fri Sep 19 20:49:15 UTC 2014 Richard Henderson <rth@twiddle.net> tcg: Put opcodes in a linked list
The previous setup required ops and args to be completely sequential, and was error prone when it came to both iteration and optimization.
Reviewed-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de> Signed-off-by: Richard Henderson <rth@twiddle.net>
|
H A D | optimize.c | c45cb8bb89fc798489869982c4c463b26ce43d7b Fri Sep 19 20:49:15 UTC 2014 Richard Henderson <rth@twiddle.net> tcg: Put opcodes in a linked list
The previous setup required ops and args to be completely sequential, and was error prone when it came to both iteration and optimization.
Reviewed-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de> Signed-off-by: Richard Henderson <rth@twiddle.net>
|
H A D | tcg.c | c45cb8bb89fc798489869982c4c463b26ce43d7b Fri Sep 19 20:49:15 UTC 2014 Richard Henderson <rth@twiddle.net> tcg: Put opcodes in a linked list
The previous setup required ops and args to be completely sequential, and was error prone when it came to both iteration and optimization.
Reviewed-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de> Signed-off-by: Richard Henderson <rth@twiddle.net>
|
/qemu/include/tcg/ |
H A D | tcg.h | c45cb8bb89fc798489869982c4c463b26ce43d7b Fri Sep 19 20:49:15 UTC 2014 Richard Henderson <rth@twiddle.net> tcg: Put opcodes in a linked list
The previous setup required ops and args to be completely sequential, and was error prone when it came to both iteration and optimization.
Reviewed-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de> Signed-off-by: Richard Henderson <rth@twiddle.net>
|