Home
last modified time | relevance | path

Searched refs:postindex (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.cpp937 bool postindex; in EmulateLDRSTRImm() local
943 postindex = true; in EmulateLDRSTRImm()
948 postindex = false; in EmulateLDRSTRImm()
953 postindex = false; in EmulateLDRSTRImm()
983 if (!postindex) in EmulateLDRSTRImm()
1006 postindex ? 0 : offset); in EmulateLDRSTRImm()
1049 if (postindex) in EmulateLDRSTRImm()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrMVE.td6171 // generate three writeback modes (none, preindex, postindex).