HomeSort by: relevance | last modified time | path
    Searched defs:mem_offset (Results 1 - 25 of 28) sorted by relevancy

1 2

  /src/external/gpl3/binutils/dist/gas/config/
tc-aarch64-ginsn.c 217 offsetT offset, mem_offset; local
244 mem_offset = addr->addr.offset.imm;
246 offset = mem_offset;
261 GINSN_SRC_IMM, 0, mem_offset,
380 offsetT offset, mem_offset; local
404 mem_offset = inst.reloc.exp.X_add_number;
408 mem_offset = addr->addr.offset.imm;
411 offset = mem_offset;
417 GINSN_SRC_IMM, 0, mem_offset,
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-aarch64-ginsn.c 217 offsetT offset, mem_offset; local
244 mem_offset = addr->addr.offset.imm;
246 offset = mem_offset;
261 GINSN_SRC_IMM, 0, mem_offset,
380 offsetT offset, mem_offset; local
404 mem_offset = inst.reloc.exp.X_add_number;
408 mem_offset = addr->addr.offset.imm;
411 offset = mem_offset;
417 GINSN_SRC_IMM, 0, mem_offset,
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-sve-builtins-sme.cc 146 rtx mem_offset = aarch64_sme_vq_immediate (Pmode, local
152 e.add_input_operand (vnum_code, mem_offset);
  /src/external/bsd/libevent/dist/
bufferevent-internal.h 266 then mem_offset should be offsetof(struct bufferevent_x, bev)
268 off_t mem_offset; member in struct:bufferevent_ops
  /src/external/bsd/ntp/dist/sntp/libevent/
bufferevent-internal.h 266 then mem_offset should be offsetof(struct bufferevent_x, bev)
268 off_t mem_offset; member in struct:bufferevent_ops
  /src/external/gpl3/binutils/dist/opcodes/
tic6x-dis.c 722 unsigned int mem_offset = 0; local
852 mem_offset = fld_val;
1090 mem_offset = fld_val;
1322 mem_offset * opc->operand_info[op_num].size);
1354 snprintf (offset, 4, "%c%u", side, reg_base + mem_offset);
1367 snprintf (offset, 4, "%u", mem_offset);
1373 (mem_offset
  /src/external/gpl3/binutils.old/dist/opcodes/
tic6x-dis.c 722 unsigned int mem_offset = 0; local
852 mem_offset = fld_val;
1090 mem_offset = fld_val;
1322 mem_offset * opc->operand_info[op_num].size);
1354 snprintf (offset, 4, "%c%u", side, reg_base + mem_offset);
1367 snprintf (offset, 4, "%u", mem_offset);
1373 (mem_offset
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-polymorphic-call.cc 922 offset_int mem_offset; local
924 && mem_ref_offset (base).is_constant (&mem_offset))
926 offset_int o = mem_offset * BITS_PER_UNIT;
tree-affine.cc 446 tree mem_offset = TREE_OPERAND (core, 1); local
447 aff_combination_add_cst (comb, wi::to_poly_widest (mem_offset));
gimple-ssa-strength-reduction.cc 982 offset_int mem_offset;
987 || !mem_ref_offset (base).is_constant (&mem_offset)
994 c1 = widest_int::from (mem_offset, SIGNED);
978 offset_int mem_offset; local
ipa-prop.cc 1437 offset_int mem_offset; local
1440 || !mem_ref_offset (base).is_constant (&mem_offset))
1442 offset += mem_offset.to_short_addr () * BITS_PER_UNIT;
1485 offset_int mem_offset; local
1488 || !mem_ref_offset (expr).is_constant (&mem_offset))
1496 *offset += mem_offset.to_short_addr () * BITS_PER_UNIT;
tree-ssa-sccvn.cc 3485 poly_uint64 mem_offset; local
3518 && poly_int_tree_p (TREE_OPERAND (tem, 1), &mem_offset))
3523 lhs_offset += mem_offset;
3549 && poly_int_tree_p (TREE_OPERAND (tem, 1), &mem_offset))
3552 rhs_offset += mem_offset;
3569 || !poly_int_tree_p (TREE_OPERAND (base, 1), &mem_offset))
3571 at += mem_offset;
  /src/external/gpl3/gcc/dist/gcc/
ipa-polymorphic-call.cc 921 offset_int mem_offset; local
923 && mem_ref_offset (base).is_constant (&mem_offset))
925 offset_int o = mem_offset * BITS_PER_UNIT;
tree-affine.cc 446 tree mem_offset = TREE_OPERAND (core, 1); local
447 aff_combination_add_cst (comb, wi::to_poly_widest (mem_offset));
gimple-ssa-strength-reduction.cc 982 offset_int mem_offset;
987 || !mem_ref_offset (base).is_constant (&mem_offset)
994 c1 = offset_int::from (mem_offset, SIGNED);
978 offset_int mem_offset; local
ipa-prop.cc 1544 offset_int mem_offset; local
1547 || !mem_ref_offset (base).is_constant (&mem_offset))
1549 offset += mem_offset.to_short_addr () * BITS_PER_UNIT;
1592 offset_int mem_offset; local
1595 || !mem_ref_offset (expr).is_constant (&mem_offset))
1603 *offset += mem_offset.to_short_addr () * BITS_PER_UNIT;
tree-ssa-sccvn.cc 3733 poly_uint64 mem_offset; local
3766 && poly_int_tree_p (TREE_OPERAND (tem, 1), &mem_offset))
3771 lhs_offset += mem_offset;
3797 && poly_int_tree_p (TREE_OPERAND (tem, 1), &mem_offset))
3800 rhs_offset += mem_offset;
3817 || !poly_int_tree_p (TREE_OPERAND (base, 1), &mem_offset))
3819 at += mem_offset;
  /src/external/gpl3/gdb/dist/opcodes/
tic6x-dis.c 722 unsigned int mem_offset = 0; local
852 mem_offset = fld_val;
1090 mem_offset = fld_val;
1322 mem_offset * opc->operand_info[op_num].size);
1354 snprintf (offset, 4, "%c%u", side, reg_base + mem_offset);
1367 snprintf (offset, 4, "%u", mem_offset);
1373 (mem_offset
  /src/external/gpl3/gdb.old/dist/opcodes/
tic6x-dis.c 722 unsigned int mem_offset = 0; local
852 mem_offset = fld_val;
1090 mem_offset = fld_val;
1322 mem_offset * opc->operand_info[op_num].size);
1354 snprintf (offset, 4, "%c%u", side, reg_base + mem_offset);
1367 snprintf (offset, 4, "%u", mem_offset);
1373 (mem_offset
  /src/external/gpl3/gdb/dist/gdb/
eval.c 852 long mem_offset = value_as_long (rhs);
855 value_as_long (lhs) + mem_offset);
1295 long mem_offset;
1318 mem_offset = value_as_long (arg2);
1321 value_as_long (arg1) + mem_offset);
850 long mem_offset = value_as_long (rhs); local
1293 long mem_offset; local
valops.c 3603 long mem_offset;
3612 mem_offset = value_as_long (ptr);
3621 mem_offset += boff;
3628 mem_offset += boff;
3633 value_as_long (v) + mem_offset);
3601 long mem_offset; local
  /src/external/gpl3/gdb.old/dist/gdb/
eval.c 827 long mem_offset = value_as_long (rhs);
830 value_as_long (lhs) + mem_offset);
1270 long mem_offset;
1293 mem_offset = value_as_long (arg2);
1296 value_as_long (arg1) + mem_offset);
825 long mem_offset = value_as_long (rhs); local
1268 long mem_offset; local
valops.c 3604 long mem_offset;
3613 mem_offset = value_as_long (ptr);
3622 mem_offset += boff;
3629 mem_offset += boff;
3634 value_as_long (v) + mem_offset);
3602 long mem_offset; local
  /src/external/gpl3/gcc.old/dist/gcc/config/m68k/
m68k.cc 4086 HOST_WIDE_INT offset, mem_offset;
4137 m68k_split_offset (XEXP (mem, 0), &mem_base, &mem_offset);
4138 if (!rtx_equal_p (base, mem_base) || offset != mem_offset)
4076 HOST_WIDE_INT offset, mem_offset; local
4127 m68k_split_offset (XEXP (mem, 0), &mem_base, &mem_offset); local
  /src/external/gpl3/gcc/dist/gcc/config/m68k/
m68k.cc 4105 HOST_WIDE_INT offset, mem_offset;
4156 m68k_split_offset (XEXP (mem, 0), &mem_base, &mem_offset);
4157 if (!rtx_equal_p (base, mem_base) || offset != mem_offset)
4095 HOST_WIDE_INT offset, mem_offset; local
4146 m68k_split_offset (XEXP (mem, 0), &mem_base, &mem_offset); local

Completed in 145 milliseconds

1 2