Lines Matching refs:offs
5417 int i, offs, is_lwa=0; in test_int_ld_one_reg_imm16() local
5426 offs = i * sizeof(HWord_t); in test_int_ld_one_reg_imm16()
5431 patch_op_imm(&func_buf[0], offs>>2, 2, 14); in test_int_ld_one_reg_imm16()
5433 patch_op_imm16(&func_buf[0], offs); in test_int_ld_one_reg_imm16()
5447 name, offs, iargs[i], res, r14-base, flags, xer); in test_int_ld_one_reg_imm16()
5454 offs = i * sizeof(HWord_t); in test_int_ld_one_reg_imm16()
5458 patch_op_imm16(&func_buf[0], offs); in test_int_ld_one_reg_imm16()
5472 name, offs, iargs[nb_iargs-1+i], res, r14-base, flags, xer); in test_int_ld_one_reg_imm16()
5482 int i, offs; in test_int_ld_two_regs() local
5487 offs = i * sizeof(HWord_t); in test_int_ld_two_regs()
5489 r15 = offs; in test_int_ld_two_regs()
5501 name, offs, iargs[i], res, r14-base, flags, xer); in test_int_ld_two_regs()
5512 int i, offs, k; in test_int_st_two_regs_imm16() local
5524 offs = i * sizeof(HWord_t); in test_int_st_two_regs_imm16()
5528 patch_op_imm16(&func_buf[0], offs); in test_int_st_two_regs_imm16()
5542 name, iargs[i], offs, iargs_priv[i], r15-base, flags, xer); in test_int_st_two_regs_imm16()
5552 offs = i * sizeof(HWord_t); in test_int_st_two_regs_imm16()
5556 patch_op_imm16(&func_buf[0], offs); in test_int_st_two_regs_imm16()
5570 name, iargs[nb_iargs-1+i], offs, iargs_priv[nb_iargs-1+i], in test_int_st_two_regs_imm16()
5581 int i, offs, k; in test_int_st_three_regs() local
5592 offs = i * sizeof(HWord_t); in test_int_st_three_regs()
5595 r16 = offs; in test_int_st_three_regs()
5606 name, iargs[i], offs, iargs_priv[i], r15-base, flags, xer); in test_int_st_three_regs()
5834 int i, offs; in test_float_ld_one_reg_imm16() local
5838 offs = i * 8; // offset = i * sizeof(double) in test_float_ld_one_reg_imm16()
5849 patch_op_imm16(&func_buf[0], offs); in test_float_ld_one_reg_imm16()
5864 name, double_to_bits(src), offs, in test_float_ld_one_reg_imm16()
5881 int i, offs; in test_float_ld_two_regs() local
5885 offs = i * 8; // offset = i * sizeof(double) in test_float_ld_two_regs()
5895 r15 = offs; in test_float_ld_two_regs()
5925 int i, offs; in test_float_st_two_regs_imm16() local
5945 offs = i * 8; // offset = i * sizeof(double) in test_float_st_two_regs_imm16()
5959 patch_op_imm16(&func_buf[0], offs); in test_float_st_two_regs_imm16()
5975 name, double_to_bits(src), offs, in test_float_st_two_regs_imm16()
5992 int i, offs; in test_float_st_three_regs() local
6013 offs = i * 8; // offset = i * sizeof(double) in test_float_st_three_regs()
6027 r16 = offs; in test_float_st_three_regs()
6053 name, double_to_bits(src), src, offs, in test_float_st_three_regs()
6062 name, double_to_bits(src), src, offs, in test_float_st_three_regs()