Searched defs:rdlo (Results 1 - 1 of 1) sorted by relevance

/external/qemu/target-arm/
H A Dtranslate.c1376 int rdhi, rdlo, rd0, rd1, i; local
1383 rdlo = (insn >> 12) & 0xf;
1387 tcg_gen_trunc_i64_i32(cpu_R[rdlo], cpu_V0);
1391 tcg_gen_concat_i32_i64(cpu_V0, cpu_R[rdlo], cpu_R[rdhi]);
2379 int acc, rd0, rd1, rdhi, rdlo; local
2423 rdlo = (insn >> 12) & 0xf;
2431 tcg_gen_trunc_i64_i32(cpu_R[rdlo], cpu_V0);
2436 tcg_gen_concat_i32_i64(cpu_V0, cpu_R[rdlo], cpu_R[rdhi]);

Completed in 122 milliseconds