Home
last modified time | relevance | path

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

/third_party/vixl/src/aarch32/
Dlocation-aarch32.cc91 int32_t from = instr_location + (op.IsUsingT32() ? kT32PcDelta : kA32PcDelta); in AddForwardRef()
Dconstants-aarch32.h68 const unsigned kT32PcDelta = 4; variable
Dassembler-aarch32.cc2562 program_counter += kT32PcDelta; in adr()
2593 program_counter += kT32PcDelta; in adr()
3031 program_counter += kT32PcDelta; in b()
3057 program_counter += kT32PcDelta; in b()
3080 program_counter += kT32PcDelta; in b()
3109 program_counter += kT32PcDelta; in b()
3467 program_counter += kT32PcDelta; in bl()
3554 program_counter += kT32PcDelta; in blx()
3703 program_counter += kT32PcDelta; in cbnz()
3752 program_counter += kT32PcDelta; in cbz()
[all …]
Ddisasm-aarch32.cc7762 Location location(imm, kT32PcDelta); in DecodeT32()
8007 Location location(imm, kT32PcDelta); in DecodeT32()
8107 Location location(imm, kT32PcDelta); in DecodeT32()
8213 Location location(imm, kT32PcDelta); in DecodeT32()
8381 Location location(imm, kT32PcDelta); in DecodeT32()
8405 Location location(imm, kT32PcDelta); in DecodeT32()
9099 Location location(imm, kT32PcDelta); in DecodeT32()
9218 Location location(-imm, kT32PcDelta); in DecodeT32()
9823 Location location(imm, kT32PcDelta); in DecodeT32()
9857 Location location(imm, kT32PcDelta); in DecodeT32()
[all …]
Dmacro-assembler-aarch32.h488 from += IsUsingT32() ? kT32PcDelta : kA32PcDelta; in Assembler()