OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MO_SIZE
(Results
1 - 3
of
3
) sorted by null
/external/qemu/tcg/
tcg.c
814
switch (op &
MO_SIZE
) {
873
assert((memop & MO_BSWAP) == MO_TE || (memop &
MO_SIZE
) == MO_8);
908
assert((memop & MO_BSWAP) == MO_TE || (memop &
MO_SIZE
) == MO_8);
909
assert(old_st_opc[memop &
MO_SIZE
] != 0);
912
*tcg_ctx.gen_opc_ptr++ = old_st_opc[memop &
MO_SIZE
];
921
*tcg_ctx.gen_opc_ptr++ = old_st_opc[memop &
MO_SIZE
];
935
if ((memop &
MO_SIZE
) < MO_64) {
956
assert((memop & MO_BSWAP) == MO_TE || (memop &
MO_SIZE
) == MO_8);
970
if ((memop &
MO_SIZE
) < MO_64) {
986
assert((memop & MO_BSWAP) == MO_TE || (memop &
MO_SIZE
) == MO_8)
[
all
...]
tcg.h
206
MO_SIZE
= 3, /* Mask for the above. */
251
MO_SSIZE =
MO_SIZE
| MO_SIGN,
/external/qemu/tcg/i386/
tcg-target.c
[
all
...]
Completed in 2744 milliseconds