Searched refs:rdhi (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/
H A Dresource_context_impl.cc54 ResourceDispatcherHostImpl* rdhi = ResourceDispatcherHostImpl::Get(); local
55 if (rdhi) {
56 rdhi->CancelRequestsForContext(this);
57 rdhi->RemoveResourceContext(this);
/external/qemu/target-arm/
H A Dtranslate.c1376 int rdhi, rdlo, rd0, rd1, i; local
1384 rdhi = (insn >> 16) & 0xf;
1389 tcg_gen_trunc_i64_i32(cpu_R[rdhi], cpu_V0);
1391 tcg_gen_concat_i32_i64(cpu_V0, cpu_R[rdlo], cpu_R[rdhi]);
2379 int acc, rd0, rd1, rdhi, rdlo; local
2422 rdhi = (insn >> 16) & 0xf;
2433 tcg_gen_trunc_i64_i32(cpu_R[rdhi], cpu_V0);
2434 tcg_gen_andi_i32(cpu_R[rdhi], cpu_R[rdhi], (1 << (40 - 32)) - 1);
2436 tcg_gen_concat_i32_i64(cpu_V0, cpu_R[rdlo], cpu_R[rdhi]);
[all...]

Completed in 147 milliseconds