OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TCG_OPF_SIDE_EFFECTS
(Results
1 - 3
of
3
) sorted by null
/external/qemu/tcg/
tcg-opc.h
40
DEF(call, 0, 1, 2,
TCG_OPF_SIDE_EFFECTS
) /* variable number of parameters */
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
)
53
DEF(st8_i32, 0, 2, 1,
TCG_OPF_SIDE_EFFECTS
)
54
DEF(st16_i32, 0, 2, 1,
TCG_OPF_SIDE_EFFECTS
)
55
DEF(st_i32, 0, 2, 1,
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
)
145
DEF(st8_i64, 0, 2, 1,
TCG_OPF_SIDE_EFFECTS
)
146
DEF(st16_i64, 0, 2, 1,
TCG_OPF_SIDE_EFFECTS
)
[
all
...]
tcg.h
433
#define
TCG_OPF_SIDE_EFFECTS
0x04 /* instruction has side effects : it
tcg.c
[
all
...]
Completed in 21 milliseconds