OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:arg_ct
(Results
1 - 3
of
3
) sorted by null
/external/qemu/tcg/
tcg.c
939
const TCGArgConstraint *
arg_ct
;
local
942
arg_ct
= &def->args_ct[k];
943
if (
arg_ct
->ct & TCG_CT_ALIAS) {
947
if (!(
arg_ct
->ct & TCG_CT_REG))
951
if (tcg_regset_test_reg(
arg_ct
->u.regs, i))
1512
const TCGArgConstraint *
arg_ct
;
local
1573
const TCGArgConstraint *
arg_ct
;
local
1742
const TCGArgConstraint *
arg_ct
;
local
[
all
...]
/external/qemu/tcg/i386/
tcg-target.c
142
const TCGArgConstraint *
arg_ct
)
145
ct =
arg_ct
->ct;
[
all
...]
/external/qemu/tcg/x86_64/
tcg-target.c
173
const TCGArgConstraint *
arg_ct
)
176
ct =
arg_ct
->ct;
[
all
...]
Completed in 259 milliseconds