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.cc2547 pc += kT32PcDelta; in adr()
2578 pc += kT32PcDelta; in adr()
3014 pc += kT32PcDelta; in b()
3041 pc += kT32PcDelta; in b()
3065 pc += kT32PcDelta; in b()
3094 pc += kT32PcDelta; in b()
3452 pc += kT32PcDelta; in bl()
3539 pc += kT32PcDelta; in blx()
3688 pc += kT32PcDelta; in cbnz()
3738 pc += kT32PcDelta; in cbz()
[all …]
Ddisasm-aarch32.cc7800 Location location(imm, kT32PcDelta); in DecodeT32()
8045 Location location(imm, kT32PcDelta); in DecodeT32()
8145 Location location(imm, kT32PcDelta); in DecodeT32()
8251 Location location(imm, kT32PcDelta); in DecodeT32()
8419 Location location(imm, kT32PcDelta); in DecodeT32()
8439 Location location(imm, kT32PcDelta); in DecodeT32()
9130 Location location(imm, kT32PcDelta); in DecodeT32()
9249 Location location(-imm, kT32PcDelta); in DecodeT32()
9854 Location location(imm, kT32PcDelta); in DecodeT32()
9882 Location location(imm, kT32PcDelta); in DecodeT32()
[all …]
Dmacro-assembler-aarch32.h437 from += IsUsingT32() ? kT32PcDelta : kA32PcDelta;