Searched refs:ip_offset (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-wqe.h84 uint64_t ip_offset : 8; /**< HW sets to the number of L2 bytes prior to the IP */ member in struct:__anon7159::__anon7160
140 uint64_t ip_offset : 8; /**< HW sets to the number of L2 bytes prior to the IP */ member in struct:__anon7159::__anon7161
198 uint64_t ip_offset : 8; /**< HW sets to the number of L2 bytes prior to the IP */ member in struct:__anon7159::__anon7162
H A Dcvmx-helper-util.c179 buffer_ptr.s.addr += (pip_ip_offset.s.offset<<3) - work->word2.s.ip_offset;
/freebsd-10.0-release/contrib/gdb/gdb/
H A Darm-tdep.c672 int regno, sp_offset, fp_offset, ip_offset; local
773 sp_offset = fp_offset = ip_offset = 0;
783 ip_offset = 0;
791 ip_offset = imm;
799 ip_offset = -imm;
842 fp_offset = -imm + ip_offset;
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp1722 addr_t ip_offset = imm32; local
1723 addr_t addr = ip - ip_offset; // the adjusted ip value
1729 context.SetRegisterPlusOffset (dwarf_reg, -ip_offset);

Completed in 136 milliseconds