Home
last modified time | relevance | path

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

/external/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 pc += kT32PcDelta; in adr()
2593 pc += kT32PcDelta; in adr()
3029 pc += kT32PcDelta; in b()
3056 pc += kT32PcDelta; in b()
3080 pc += kT32PcDelta; in b()
3109 pc += kT32PcDelta; in b()
3467 pc += kT32PcDelta; in bl()
3554 pc += kT32PcDelta; in blx()
3703 pc += kT32PcDelta; in cbnz()
3753 pc += 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.h437 from += IsUsingT32() ? kT32PcDelta : kA32PcDelta;