|
@@ -1069,7 +1069,7 @@ static CCPrepare gen_prepare_eflags_z(DisasContext *s, TCGv reg)
|
|
}
|
|
}
|
|
|
|
|
|
/* perform a conditional store into register 'reg' according to jump opcode
|
|
/* perform a conditional store into register 'reg' according to jump opcode
|
|
- value 'b'. In the fast case, T0 is guaranted not to be used. */
|
|
|
|
|
|
+ value 'b'. In the fast case, T0 is guaranteed not to be used. */
|
|
static CCPrepare gen_prepare_cc(DisasContext *s, int b, TCGv reg)
|
|
static CCPrepare gen_prepare_cc(DisasContext *s, int b, TCGv reg)
|
|
{
|
|
{
|
|
int inv, jcc_op, cond;
|
|
int inv, jcc_op, cond;
|
|
@@ -1202,7 +1202,7 @@ static inline void gen_compute_eflags_c(DisasContext *s, TCGv reg)
|
|
}
|
|
}
|
|
|
|
|
|
/* generate a conditional jump to label 'l1' according to jump opcode
|
|
/* generate a conditional jump to label 'l1' according to jump opcode
|
|
- value 'b'. In the fast case, T0 is guaranted not to be used. */
|
|
|
|
|
|
+ value 'b'. In the fast case, T0 is guaranteed not to be used. */
|
|
static inline void gen_jcc1_noeob(DisasContext *s, int b, TCGLabel *l1)
|
|
static inline void gen_jcc1_noeob(DisasContext *s, int b, TCGLabel *l1)
|
|
{
|
|
{
|
|
CCPrepare cc = gen_prepare_cc(s, b, s->T0);
|
|
CCPrepare cc = gen_prepare_cc(s, b, s->T0);
|
|
@@ -1219,7 +1219,7 @@ static inline void gen_jcc1_noeob(DisasContext *s, int b, TCGLabel *l1)
|
|
}
|
|
}
|
|
|
|
|
|
/* Generate a conditional jump to label 'l1' according to jump opcode
|
|
/* Generate a conditional jump to label 'l1' according to jump opcode
|
|
- value 'b'. In the fast case, T0 is guaranted not to be used.
|
|
|
|
|
|
+ value 'b'. In the fast case, T0 is guaranteed not to be used.
|
|
A translation block must end soon. */
|
|
A translation block must end soon. */
|
|
static inline void gen_jcc1(DisasContext *s, int b, TCGLabel *l1)
|
|
static inline void gen_jcc1(DisasContext *s, int b, TCGLabel *l1)
|
|
{
|
|
{
|
|
@@ -5355,7 +5355,7 @@ static bool disas_insn(DisasContext *s, CPUState *cpu)
|
|
if (s->prefix & PREFIX_LOCK) {
|
|
if (s->prefix & PREFIX_LOCK) {
|
|
switch (op) {
|
|
switch (op) {
|
|
case 0: /* bt */
|
|
case 0: /* bt */
|
|
- /* Needs no atomic ops; we surpressed the normal
|
|
|
|
|
|
+ /* Needs no atomic ops; we suppressed the normal
|
|
memory load for LOCK above so do it now. */
|
|
memory load for LOCK above so do it now. */
|
|
gen_op_ld_v(s, ot, s->T0, s->A0);
|
|
gen_op_ld_v(s, ot, s->T0, s->A0);
|
|
break;
|
|
break;
|