OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TCGOpDef
(Results
1 - 3
of
3
) sorted by null
/external/qemu/tcg/
tcg.h
622
/* Bits for
TCGOpDef
->flags, 8 bits available. */
638
typedef struct
TCGOpDef
{
647
}
TCGOpDef
;
649
extern
TCGOpDef
tcg_op_defs[];
705
TCGOpDef
*tcg_op_def);
tcg.c
110
TCGOpDef
tcg_op_defs[] = {
291
TCGOpDef
*def;
1099
const
TCGOpDef
*def;
[
all
...]
optimize.c
84
const
TCGOpDef
*def = &tcg_op_defs[op];
515
TCGArg *args,
TCGOpDef
*tcg_op_defs)
520
const
TCGOpDef
*def;
[
all
...]
Completed in 33 milliseconds