Home
last modified time | relevance | path

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

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