OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tcs
(Results
1 - 5
of
5
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/wizards/
NdkWizardHandler.java
31
IToolChain[]
tcs
= ManagedBuildManager.getRealToolChains();
local
32
for (IToolChain tc :
tcs
) {
/external/qemu/target-mips/
op_helper.c
602
return env->
tcs
[other_tc].CP0_TCStatus;
617
return env->
tcs
[other_tc].CP0_TCBind;
632
return env->
tcs
[other_tc].PC;
647
return env->
tcs
[other_tc].CP0_TCHalt;
662
return env->
tcs
[other_tc].CP0_TCContext;
677
return env->
tcs
[other_tc].CP0_TCSchedule;
692
return env->
tcs
[other_tc].CP0_TCScheFBack;
708
tcstatus = env->
tcs
[other_tc].CP0_TCStatus;
722
tcstatus = env->
tcs
[other_tc].CP0_TCStatus;
764
tcstatus = env->
tcs
[other_tc].CP0_Debug_tcstatus
[
all
...]
machine.c
148
save_tc(f, &env->
tcs
[i]);
299
load_tc(f, &env->
tcs
[i]);
cpu.h
411
/* We waste some space so we can handle shadow registers like
TCs
. */
412
TCState
tcs
[MIPS_SHADOW_SET_MAX];
member in struct:CPUMIPSState
translate.c
[
all
...]
Completed in 838 milliseconds