Home
last modified time | relevance | path

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

/art/compiler/dex/quick/arm64/
Darm64_lir.h120 #define IS_SIGNED_IMM21(value) IS_SIGNED_IMM(21, value) macro
Dassemble_arm64.cc1018 if (!IS_SIGNED_IMM21(delta)) { in AssembleLIR()