Home
last modified time | relevance | path

Searched refs:sp_val (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/sys/dev/cfe/
Dcfe_api_int.h122 cfe_xuint_t sp_val; /* starting SP value */ member
Dcfe_api.c128 xiocb.plist.xiocb_cpuctl.sp_val = sp; in cfe_cpu_start()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
DEmulateInstructionARM.cpp10089 uint32_t sp_val = ReadCoreReg(SP_REG, &success); in EmulateSUBSPReg() local
10093 AddWithCarryResult res = AddWithCarry(sp_val, ~shifted, 1); in EmulateSUBSPReg()