Home
last modified time | relevance | path

Searched refs:postindex (Results 1 – 5 of 5) 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/vixl/test/aarch64/
Dtest-assembler-aarch64.cc11649 int postindex = 2 * kXRegSizeInBytes; in TEST() local
11657 __ ldp(x2, x3, MemOperand(x0, postindex, PostIndex)); in TEST()
11658 __ stp(x2, x3, MemOperand(x1, postindex, PostIndex)); in TEST()
11660 data_length = postindex; in TEST()
11662 postindex = 2 * kQRegSizeInBytes; in TEST()
11665 __ ldp(q0, q1, MemOperand(x0, postindex, PostIndex)); in TEST()
11666 __ stp(q0, q1, MemOperand(x1, postindex, PostIndex)); in TEST()
11668 data_length += postindex; in TEST()
11670 postindex = 2 * kWRegSizeInBytes; in TEST()
11673 __ ldpsw(x2, x3, MemOperand(x0, postindex, PostIndex)); in TEST()
[all …]
/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).