OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:insn_flags
(Results
1 - 6
of
6
) sorted by null
/external/qemu/target-mips/
exec.h
91
if (env->
insn_flags
& ISA_MIPS32R2) {
94
} else if (env->
insn_flags
& ISA_MIPS32) {
97
} else if (env->
insn_flags
& ISA_MIPS4) {
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
454
int
insn_flags
; /* Supported instruction set */
member in struct:CPUMIPSState
translate.c
873
if (unlikely(!(env->
insn_flags
& flags)))
[
all
...]
op_helper.c
[
all
...]
/external/qemu/hw/
mips_timer.c
64
if (env->
insn_flags
& ISA_MIPS32R2)
99
if (env->
insn_flags
& ISA_MIPS32R2)
Completed in 43 milliseconds