Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Instruction/ARM/
DEmulateInstructionARM.cpp11018 if single_reg then in EmulateVLDR()
11030 bool single_reg; in EmulateVLDR() local
11041 single_reg = false; in EmulateVLDR()
11054 single_reg = true; in EmulateVLDR()
11089 uint32_t start_reg = single_reg ? dwarf_s0 : dwarf_d0; in EmulateVLDR()
11095 if (single_reg) in EmulateVLDR()
11147 if single_reg then in EmulateVSTR()
11159 bool single_reg; in EmulateVSTR() local
11170 single_reg = false; in EmulateVSTR()
11187 single_reg = true; in EmulateVSTR()
[all …]