Searched refs:kT32PcDelta (Results 1 – 5 of 5) sorted by relevance
/external/vixl/src/aarch32/ |
D | location-aarch32.cc | 91 int32_t from = instr_location + (op.IsUsingT32() ? kT32PcDelta : kA32PcDelta); in AddForwardRef()
|
D | constants-aarch32.h | 68 const unsigned kT32PcDelta = 4; variable
|
D | assembler-aarch32.cc | 2562 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 …]
|
D | disasm-aarch32.cc | 7762 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 …]
|
D | macro-assembler-aarch32.h | 437 from += IsUsingT32() ? kT32PcDelta : kA32PcDelta;
|