Searched refs:cpu_gpr (Results 1 – 1 of 1) sorted by relevance
/external/qemu/target-mips/ |
D | translate.c | 430 static TCGv cpu_gpr[32], cpu_PC; variable 526 tcg_gen_mov_tl(t, cpu_gpr[reg]); in gen_load_gpr() 532 tcg_gen_mov_tl(cpu_gpr[reg], t); in gen_store_gpr() 993 gen_op_addr_add(ctx, t0, cpu_gpr[base], t0); in gen_ldst() 1151 gen_op_addr_add(ctx, t0, cpu_gpr[base], t0); in gen_st_cond() 1190 gen_op_addr_add(ctx, t0, cpu_gpr[base], t0); in gen_flt_ldst() 1291 tcg_gen_addi_tl(cpu_gpr[rt], cpu_gpr[rs], uimm); in gen_arith_imm() 1292 tcg_gen_ext32s_tl(cpu_gpr[rt], cpu_gpr[rt]); in gen_arith_imm() 1294 tcg_gen_movi_tl(cpu_gpr[rt], uimm); in gen_arith_imm() 1325 tcg_gen_addi_tl(cpu_gpr[rt], cpu_gpr[rs], uimm); in gen_arith_imm() [all …]
|