• Home
  • Raw
  • Download

Lines Matching refs:offs

5535    int i, offs, shift_offset = 0;  in test_int_ld_one_reg_imm16()  local
5545 offs = (i == 0) ? i : (i * sizeof(HWord_t)) - 1; in test_int_ld_one_reg_imm16()
5550 patch_op_imm(&func_buf[0], offs>>2, 2, 14); in test_int_ld_one_reg_imm16()
5552 patch_op_imm16(&func_buf[0], offs); in test_int_ld_one_reg_imm16()
5566 name, offs, iargs[i], res, r14-base, flags, xer); in test_int_ld_one_reg_imm16()
5573 offs = (i * sizeof(HWord_t)) + 1; in test_int_ld_one_reg_imm16()
5577 patch_op_imm16(&func_buf[0], offs); in test_int_ld_one_reg_imm16()
5591 name, offs, iargs[nb_iargs-1 + i], res, r14-base, flags, xer); in test_int_ld_one_reg_imm16()
5601 int i, offs; in test_int_ld_two_regs() local
5606 offs = i * sizeof(HWord_t); in test_int_ld_two_regs()
5608 r15 = offs; in test_int_ld_two_regs()
5620 name, offs, iargs[i], res, r14-base, flags, xer); in test_int_ld_two_regs()
5631 int i, offs, k; in test_int_st_two_regs_imm16() local
5643 offs = i * sizeof(HWord_t); in test_int_st_two_regs_imm16()
5647 patch_op_imm16(&func_buf[0], offs); in test_int_st_two_regs_imm16()
5661 name, iargs[i], offs, iargs_priv[i], r15-base, flags, xer); in test_int_st_two_regs_imm16()
5671 offs = i * sizeof(HWord_t); in test_int_st_two_regs_imm16()
5675 patch_op_imm16(&func_buf[0], offs); in test_int_st_two_regs_imm16()
5689 name, iargs[nb_iargs-1+i], offs, iargs_priv[nb_iargs-1+i], in test_int_st_two_regs_imm16()
5700 int i, offs, k; in test_int_st_three_regs() local
5711 offs = i * sizeof(HWord_t); in test_int_st_three_regs()
5714 r16 = offs; in test_int_st_three_regs()
5725 name, iargs[i], offs, iargs_priv[i], r15-base, flags, xer); in test_int_st_three_regs()
5755 size_t offs = 100 * sizeof(unsigned long); // some arbitrary offset) in test_dcbt_ops() local
5758 r14 = offs; in test_dcbt_ops()
5983 uint16_t offs; in test_float_ld_one_reg_imm16() local
5987 offs = i * 8; // offset = i * sizeof(double) in test_float_ld_one_reg_imm16()
5998 patch_op_imm16(&func_buf[0], offs); in test_float_ld_one_reg_imm16()
6013 name, double_to_bits(src), offs, in test_float_ld_one_reg_imm16()
6030 int i, offs; in test_float_ld_two_regs() local
6034 offs = i * 8; // offset = i * sizeof(double) in test_float_ld_two_regs()
6044 r15 = offs; in test_float_ld_two_regs()
6074 int i, offs; in test_float_st_two_regs_imm16() local
6094 offs = i * 8; // offset = i * sizeof(double) in test_float_st_two_regs_imm16()
6108 patch_op_imm16(&func_buf[0], offs); in test_float_st_two_regs_imm16()
6124 name, double_to_bits(src), offs, in test_float_st_two_regs_imm16()
6141 int i, offs; in test_float_st_three_regs() local
6162 offs = i * 8; // offset = i * sizeof(double) in test_float_st_three_regs()
6176 r16 = offs; in test_float_st_three_regs()
6202 name, double_to_bits(src), src, offs, in test_float_st_three_regs()
6211 name, double_to_bits(src), src, offs, in test_float_st_three_regs()