Searched refs:offset0 (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dgo32-nat.c1275 unsigned short offset0 __attribute__((packed)); member in struct:gate_descr
1413 gate.selector, gate.offset1, gate.offset0);
1425 gate.selector, gate.offset1, gate.offset0);
1437 gate.selector, gate.offset1, gate.offset0);
1445 gate.selector, gate.offset1, gate.offset0);
/openbsd-current/gnu/usr.bin/gcc/gcc/config/d30v/
H A Dd30v.c2744 int offset0 = 0;
2748 offset0 = subreg_regno_offset (REGNO (SUBREG_REG (x0)),
2767 fprintf (stream, "%s%s", reg_names[REGNO (x0) + offset0], suffix);
2719 int offset0 = 0; local
/openbsd-current/sys/dev/pci/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx9.asm560 ds_read2_b32 v[0:1], v2 offset0:0 offset1:0x40
/openbsd-current/gnu/gcc/gcc/
H A Dfold-const.c8064 tree base0, offset0, base1, offset1;
8066 if (extract_array_ref (arg0, &base0, &offset0)
8078 if (offset0 == NULL_TREE)
8079 offset0 = build_int_cst (signed_size_type_node, 0);
8081 offset0 = fold_convert (signed_size_type_node, offset0);
8087 return fold_build2 (code, type, offset0, offset1);
8029 tree base0, offset0, base1, offset1; local
/openbsd-current/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp324 // The 2 offset instructions use offset0 and offset1 instead. We can treat
328 getNamedOperand(LdSt, AMDGPU::OpName::offset0);

Completed in 299 milliseconds