OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:insn_flags
(Results
1 - 6
of
6
) sorted by null
/external/qemu/target-mips/
translate_init.c
93
int
insn_flags
;
member in struct:mips_def_t
117
.
insn_flags
= CPU_MIPS32 | ASE_MIPS16,
138
.
insn_flags
= CPU_MIPS32 | ASE_MIPS16,
157
.
insn_flags
= CPU_MIPS32 | ASE_MIPS16,
176
.
insn_flags
= CPU_MIPS32 | ASE_MIPS16,
196
.
insn_flags
= CPU_MIPS32R2 | ASE_MIPS16,
216
.
insn_flags
= CPU_MIPS32R2 | ASE_MIPS16,
237
.
insn_flags
= CPU_MIPS32R2 | ASE_MIPS16,
260
.
insn_flags
= CPU_MIPS32R2 | ASE_MIPS16,
306
.
insn_flags
= CPU_MIPS32R2 | ASE_MIPS16 | ASE_DSP | ASE_MT
[
all
...]
cpu.h
463
int
insn_flags
; /* Supported instruction set */
member in struct:CPUMIPSState
translate.c
880
if (unlikely(!(env->
insn_flags
& flags)))
[
all
...]
op_helper.c
63
if (env->
insn_flags
& ISA_MIPS32R2) {
67
} else if (env->
insn_flags
& ISA_MIPS32) {
71
} else if (env->
insn_flags
& ISA_MIPS4) {
[
all
...]
/external/qemu/hw/mips/
cputimer.c
64
if (env->
insn_flags
& ISA_MIPS32R2)
99
if (env->
insn_flags
& ISA_MIPS32R2)
/art/runtime/verifier/
method_verifier.h
288
* table data, are not touched (so the caller should probably initialize "
insn_flags
" to zero).
306
* Call this after widths have been set in "
insn_flags
".
Completed in 86 milliseconds