OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TCG_OPF_BB_END
(Results
1 - 3
of
3
) sorted by null
/external/qemu/tcg/
tcg-opc.h
41
DEF(jmp, 0, 1, 0,
TCG_OPF_BB_END
| TCG_OPF_SIDE_EFFECTS)
42
DEF(br, 0, 0, 1,
TCG_OPF_BB_END
| TCG_OPF_SIDE_EFFECTS)
85
DEF(brcond_i32, 0, 2, 2,
TCG_OPF_BB_END
| TCG_OPF_SIDE_EFFECTS)
89
DEF(brcond2_i32, 0, 4, 2,
TCG_OPF_BB_END
| TCG_OPF_SIDE_EFFECTS)
178
DEF(brcond_i64, 0, 2, 2,
TCG_OPF_BB_END
| TCG_OPF_SIDE_EFFECTS)
235
DEF(exit_tb, 0, 0, 1,
TCG_OPF_BB_END
| TCG_OPF_SIDE_EFFECTS)
236
DEF(goto_tb, 0, 0, 1,
TCG_OPF_BB_END
| TCG_OPF_SIDE_EFFECTS)
tcg.h
429
#define
TCG_OPF_BB_END
0x01 /* instruction defines the end of a basic
tcg.c
[
all
...]
Completed in 722 milliseconds