Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/codegen/arm/
Dassembler-arm.cc901 int imm24 = imm26 >> 2; in target_at_put() local
1465 int imm24 = branch_offset >> 2; in b() local
1484 int imm24 = branch_offset >> 2; in bl() local
1498 int imm24 = branch_offset >> 2; in blx() local
2316 void Assembler::svc(uint32_t imm24, Condition cond) { in svc()