Searched refs:mem_offset (Results 1 – 3 of 3) sorted by relevance
/toolchain/binutils/binutils-2.25/opcodes/ |
D | tic6x-dis.c | 710 unsigned int mem_offset = 0; in print_insn_tic6x() local 840 mem_offset = fld_val; in print_insn_tic6x() 1077 mem_offset = fld_val; in print_insn_tic6x() 1309 mem_offset * opc->operand_info[op_num].size); in print_insn_tic6x() 1341 snprintf (offset, 4, "%c%u", side, reg_base + mem_offset); in print_insn_tic6x() 1354 snprintf (offset, 4, "%u", mem_offset); in print_insn_tic6x() 1360 (mem_offset in print_insn_tic6x()
|
/toolchain/binutils/binutils-2.25/include/opcode/ |
D | tic6x-opcode-table.h | 1236 ENC(offsetR, mem_offset, 0), ENC(baseR, reg, 0), 1251 ENC(ptr, reg_ptr, 0), ENC(cst, mem_offset, 0))) 1257 ENC(ptr, reg_ptr, 0), ENC(src1, mem_offset, 0))) 1277 ENC(offsetR, mem_offset, 0), ENC(baseR, reg, 0), 1297 ENC5(ENC(s, fu, 0), ENC(t, rside, 0), ENC(src1, mem_offset, 0), 1303 ENC5(ENC(s, fu, 0), ENC(t, rside, 0), ENC(cst, mem_offset, 0), 1318 ENC(offsetR, mem_offset, 0), ENC(baseR, reg, 0), 1344 ENC5(ENC(s, fu, 0), ENC(t, rside, 0), ENC(src1, mem_offset, 0), 1350 ENC5(ENC(s, fu, 0), ENC(t, rside, 0), ENC(cst, mem_offset, 0), 1359 ENC(offsetR, mem_offset, 0), ENC(baseR, reg, 0), [all …]
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-ia64.c | 324 struct mem_offset { struct 328 } mem_offset; member 677 struct mem_offset mem_offset; /* optional memory offset hint */ member 5249 md.mem_offset.hint = 1; in dot_mem_offset() 5250 md.mem_offset.offset = get_absolute_expression (); in dot_mem_offset() 5258 md.mem_offset.base = get_absolute_expression (); in dot_mem_offset() 7547 md.mem_offset.hint = 0; in md_begin() 7633 md.mem_offset.hint = 0; in ia64_end_of_source() 8276 tmpl.mem_offset.hint = 0; in specify_resource() 8277 tmpl.mem_offset.offset = 0; in specify_resource() [all …]
|