Home | History | Annotate | Download | only in priv

Lines Matching defs:bbp

3616          HReg bbp  = get_baseblock_register();
3617 addInstr(env, ARM64Instr_VLdStD(False/*!isLoad*/, dD, bbp, offs));
3622 HReg bbp = get_baseblock_register();
3623 addInstr(env, ARM64Instr_VLdStS(False/*!isLoad*/, sD, bbp, offs));
3628 HReg bbp = get_baseblock_register();
3629 addInstr(env, ARM64Instr_VLdStH(False/*!isLoad*/, hD, bbp, offs));