Home | History | Annotate | Download | only in sim

Lines Matching refs:sim_ppc_icache

655 sim_ppc_icache
17143 yes) icache="1024"; sim_ppc_icache="-I $icache";;
17144 no) sim_ppc_icache="-R";;
17146 sim_ppc_icache="-"
17149 define) sim_ppc_icache="${sim_ppc_icache}R";;
17150 semantic) sim_ppc_icache="${sim_ppc_icache}C";;
17151 insn) sim_ppc_icache="${sim_ppc_icache}S";;
17156 sim_ppc_icache="${sim_ppc_icache}I $icache";;
17159 sim_ppc_icache="-CSRI 1024"
17162 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_ppc_icache" >&5
17163 $as_echo "$sim_ppc_icache" >&6; }