Home
last modified time | relevance | path

Searched refs:IS_SIGNED_IMM19 (Results 1 – 2 of 2) sorted by relevance

/art/compiler/dex/quick/arm64/
Darm64_lir.h119 #define IS_SIGNED_IMM19(value) IS_SIGNED_IMM(19, value) macro
Dassemble_arm64.cc937 if (!IS_SIGNED_IMM19(delta >> 2)) { in AssembleLIR()