Searched refs:IS_SIGNED_IMM21 (Results 1 – 2 of 2) sorted by relevance
/art/compiler/dex/quick/arm64/ | ||
D | arm64_lir.h | 120 #define IS_SIGNED_IMM21(value) IS_SIGNED_IMM(21, value) macro |
D | assemble_arm64.cc | 1018 if (!IS_SIGNED_IMM21(delta)) { in AssembleLIR() |