Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Instruction/ARM64/
DEmulateInstructionARM64.cpp933 bool postindex; in EmulateLDRSTRImm() local
939 postindex = true; in EmulateLDRSTRImm()
944 postindex = false; in EmulateLDRSTRImm()
949 postindex = false; in EmulateLDRSTRImm()
980 if (!postindex) in EmulateLDRSTRImm()
1001 postindex ? 0 : offset); in EmulateLDRSTRImm()
1038 if (postindex) in EmulateLDRSTRImm()
/external/capstone/arch/M68K/
DM68KDisassembler.c344 uint postindex; in get_with_index_address_mode() local
382 postindex = (extension & 7) > 4; in get_with_index_address_mode()
386 } else if (postindex) { in get_with_index_address_mode()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMInstrMVE.td5145 // generate three writeback modes (none, preindex, postindex).
/external/llvm-project/llvm/lib/Target/ARM/
DARMInstrMVE.td6118 // generate three writeback modes (none, preindex, postindex).