Home
last modified time | relevance | path

Searched refs:atmax (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/accel/tcg/
H A Dldst_atomicity.c.inc35 int atmax;
39 atmax = MO_8;
48 atmax = p & tmp ? MO_8 : size;
53 atmax = (tmp + (1 << size) <= 16 ? size : MO_8);
59 atmax = size;
65 atmax = half;
71 atmax = -half;
83 atmax = MIN(size, tmp);
99 return atmax;
403 int atmax;
[all …]
/openbmc/qemu/tcg/
H A Dtcg.c5512 MemOp atmax; in atom_and_align_for_opc() local
5517 atmax = MO_8; in atom_and_align_for_opc()
5521 atmax = size; in atom_and_align_for_opc()
5525 atmax = half; in atom_and_align_for_opc()
5529 atmax = size; in atom_and_align_for_opc()
5539 atmax = size; in atom_and_align_for_opc()
5551 atmax = size; in atom_and_align_for_opc()
5566 return (TCGAtomAlign){ .atom = atmax, .align = align }; in atom_and_align_for_opc()