Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp11595 if single_reg then in EmulateVLDR()
11607 bool single_reg; in EmulateVLDR() local
11618 single_reg = false; in EmulateVLDR()
11631 single_reg = true; in EmulateVLDR()
11666 uint32_t start_reg = single_reg ? dwarf_s0 : dwarf_d0; in EmulateVLDR()
11672 if (single_reg) { in EmulateVLDR()
11721 if single_reg then in EmulateVSTR()
11733 bool single_reg; in EmulateVSTR() local
11744 single_reg = false; in EmulateVSTR()
11761 single_reg = true; in EmulateVSTR()
[all …]