OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:exec_type
(Results
1 - 7
of
7
) sorted by null
/system/sepolicy/vendor/
tee.te
4
type tee_exec,
exec_type
, vendor_file_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
/system/sepolicy/prebuilts/api/26.0/public/
attributes
28
attribute
exec_type
;
/system/sepolicy/public/
attributes
28
attribute
exec_type
;
/system/sepolicy/prebuilts/api/26.0/private/
app.te
421
neverallow appdomain
exec_type
:file
Completed in 492 milliseconds