Home
last modified time | relevance | path

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

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