OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:other_tc
(Results
1 - 2
of
2
) sorted by null
/external/qemu/target-mips/
op_helper.c
597
int
other_tc
= env->CP0_VPEControl & (0xff << CP0VPECo_TargTC);
local
599
if (
other_tc
== env->current_tc)
602
return env->tcs[
other_tc
].CP0_TCStatus;
612
int
other_tc
= env->CP0_VPEControl & (0xff << CP0VPECo_TargTC);
local
614
if (
other_tc
== env->current_tc)
617
return env->tcs[
other_tc
].CP0_TCBind;
627
int
other_tc
= env->CP0_VPEControl & (0xff << CP0VPECo_TargTC);
local
629
if (
other_tc
== env->current_tc)
632
return env->tcs[
other_tc
].PC;
642
int
other_tc
= env->CP0_VPEControl & (0xff << CP0VPECo_TargTC)
local
657
int
other_tc
= env->CP0_VPEControl & (0xff << CP0VPECo_TargTC);
local
672
int
other_tc
= env->CP0_VPEControl & (0xff << CP0VPECo_TargTC);
local
687
int
other_tc
= env->CP0_VPEControl & (0xff << CP0VPECo_TargTC);
local
702
int
other_tc
= env->CP0_VPEControl & (0xff << CP0VPECo_TargTC);
local
715
int
other_tc
= env->CP0_VPEControl & (0xff << CP0VPECo_TargTC);
local
758
int
other_tc
= env->CP0_VPEControl & (0xff << CP0VPECo_TargTC);
local
921
int
other_tc
= env->CP0_VPEControl & (0xff << CP0VPECo_TargTC);
local
944
int
other_tc
= env->CP0_VPEControl & (0xff << CP0VPECo_TargTC);
local
969
int
other_tc
= env->CP0_VPEControl & (0xff << CP0VPECo_TargTC);
local
993
int
other_tc
= env->CP0_VPEControl & (0xff << CP0VPECo_TargTC);
local
1010
int
other_tc
= env->CP0_VPEControl & (0xff << CP0VPECo_TargTC);
local
1025
int
other_tc
= env->CP0_VPEControl & (0xff << CP0VPECo_TargTC);
local
1040
int
other_tc
= env->CP0_VPEControl & (0xff << CP0VPECo_TargTC);
local
1136
int
other_tc
= env->CP0_VPEControl & (0xff << CP0VPECo_TargTC);
local
1180
int
other_tc
= env->CP0_VPEControl & (0xff << CP0VPECo_TargTC);
local
1289
int
other_tc
= env->CP0_VPEControl & (0xff << CP0VPECo_TargTC);
local
1329
int
other_tc
= env->CP0_VPEControl & (0xff << CP0VPECo_TargTC);
local
1339
int
other_tc
= env->CP0_VPEControl & (0xff << CP0VPECo_TargTC);
local
1349
int
other_tc
= env->CP0_VPEControl & (0xff << CP0VPECo_TargTC);
local
1359
int
other_tc
= env->CP0_VPEControl & (0xff << CP0VPECo_TargTC);
local
1369
int
other_tc
= env->CP0_VPEControl & (0xff << CP0VPECo_TargTC);
local
1379
int
other_tc
= env->CP0_VPEControl & (0xff << CP0VPECo_TargTC);
local
1389
int
other_tc
= env->CP0_VPEControl & (0xff << CP0VPECo_TargTC);
local
1399
int
other_tc
= env->CP0_VPEControl & (0xff << CP0VPECo_TargTC);
local
1409
int
other_tc
= env->CP0_VPEControl & (0xff << CP0VPECo_TargTC);
local
1419
int
other_tc
= env->CP0_VPEControl & (0xff << CP0VPECo_TargTC);
local
[
all
...]
translate.c
5227
int
other_tc
= env->CP0_VPEControl & (0xff << CP0VPECo_TargTC);
local
5391
int
other_tc
= env->CP0_VPEControl & (0xff << CP0VPECo_TargTC);
local
[
all
...]
Completed in 237 milliseconds