Home
last modified time | relevance | path

Searched defs:imm19 (Results 1 – 3 of 3) sorted by relevance

/external/vixl/src/aarch64/
Dassembler-aarch64.h5968 static Instr ImmCondBranch(int64_t imm19) { in ImmCondBranch()
5973 static Instr ImmCmpBranch(int64_t imm19) { in ImmCmpBranch()
6088 static Instr ImmLLiteral(int64_t imm19) { in ImmLLiteral()
Dassembler-aarch64.cc122 ptrdiff_t imm19 = ldr->GetImmLLiteral(); in place() local
261 void Assembler::b(int64_t imm19, Condition cond) { in b()
290 void Assembler::cbz(const Register& rt, int64_t imm19) { in cbz()
302 void Assembler::cbnz(const Register& rt, int64_t imm19) { in cbnz()
1378 void Assembler::ldrsw(const Register& rt, int64_t imm19) { in ldrsw()
1383 void Assembler::ldr(const CPURegister& rt, int64_t imm19) { in ldr()
1390 void Assembler::prfm(int op, int64_t imm19) { in prfm()
1394 void Assembler::prfm(PrefetchOperation op, int64_t imm19) { in prfm()
/external/skia/src/core/
DSkVM.cpp2235 const int imm19 = this->disp19(l); in b() local
2239 const int imm19 = this->disp19(l); in cbz() local
2243 const int imm19 = this->disp19(l); in cbnz() local
2307 const int imm19 = this->disp19(l); in ldrq() local