OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:exec_type
(Results
1 - 5
of
5
) sorted by null
/system/sepolicy/
attributes
38
attribute
exec_type
;
tee.te
5
type tee_exec,
exec_type
, file_type;
/toolchain/binutils/binutils-2.25/gas/config/
tc-d10v.c
650
if (opcode->
exec_type
& PARONLY)
702
if ((op1->
exec_type
& SEQ)
703
|| ! ((op1->
exec_type
& PAR) || (op1->
exec_type
& PARONLY)))
710
if ((op2->
exec_type
& SEQ)
711
|| ! ((op2->
exec_type
& PAR) || (op2->
exec_type
& PARONLY)))
752
if (op->
exec_type
& BRANCH_LINK)
795
if (op->
exec_type
& WMEM)
797
else if (op->
exec_type
& WF0
[
all
...]
tc-d30v.c
683
exec_type_enum
exec_type
)
698
if (
exec_type
!= EXEC_PARALLEL
939
exec_type_enum
exec_type
,
946
if (
exec_type
== EXEC_SEQ
963
switch (
exec_type
)
967
&& parallel_ok (opcode1, insn1, opcode2, insn2,
exec_type
)
975
exec_type
= EXEC_PARALLEL;
1019
exec_type
= EXEC_REVSEQ;
1026
exec_type
= EXEC_SEQ;
1032
if (! parallel_ok (opcode1, insn1, opcode2, insn2,
exec_type
))
[
all
...]
/toolchain/binutils/binutils-2.25/include/opcode/
d10v.h
71
int
exec_type
;
member in struct:d10v_opcode
Completed in 259 milliseconds