Searched refs:v_reg (Results 1 – 4 of 4) sorted by relevance
/external/webp/src/dsp/ |
D | cost_mips_dsp_r2.c | 20 int v_reg, ctx_reg; in GetResidualCost() local 70 : [cost]"+&r"(cost), [t]"+&r"(t), [n]"+&r"(n), [v_reg]"=&r"(v_reg), in GetResidualCost()
|
D | cost_mips32.c | 20 int v_reg, ctx_reg; in GetResidualCost() local 75 : [cost]"+&r"(cost), [t]"+&r"(t), [n]"+&r"(n), [v_reg]"=&r"(v_reg), in GetResidualCost()
|
/external/valgrind/VEX/priv/ |
D | host_ppc_defs.c | 4785 UInt opc2, v_reg, r_idx, r_base; in emit_PPCInstr() local 4790 v_reg = vregEnc(i->Pin.AvLdSt.reg); in emit_PPCInstr() 4804 p = mkFormX(p, 31, v_reg, r_idx, r_base, opc2, 0, endness_host); in emit_PPCInstr() 4807 p = mkFormX(p, 31, v_reg, r_idx, r_base, opc2, 0, endness_host); in emit_PPCInstr()
|
/external/llvm/docs/ |
D | CodeGenerator.rst | 1242 unsigned v_reg, 1246 const TargetRegisterClass *trc = mf.getRegInfo().getRegClass(v_reg);
|