Searched refs:IS_WIDE (Results 1 – 4 of 4) sorted by relevance
378 #define IS_WIDE(op) (((op) & kA64Wide) != 0) macro387 #define IS_FWIDE IS_WIDE
357 int omittable = ((IS_WIDE(lir->opcode)) ? EncodeExtend(kA64Uxtw, 0) : in BuildInsnString()411 bool is_wide = IS_WIDE(lir->opcode); in BuildInsnString()453 snprintf(tbuf, arraysize(tbuf), "%d", operand*((IS_WIDE(lir->opcode)) ? 8 : 4)); in BuildInsnString()465 strcpy(tbuf, (IS_WIDE(lir->opcode)) ? ", lsl #3" : ", lsl #2"); in BuildInsnString()476 bool is_wide = IS_WIDE(lir->opcode); in BuildInsnString()486 bool is_wide = IS_WIDE(lir->opcode); in BuildInsnString()
654 bool opcode_is_wide = IS_WIDE(lir->opcode); in EncodeLIRs()666 DCHECK(!opcode_is_wide || IS_WIDE(encoder->opcode)); in EncodeLIRs()
91 bool opcode_is_wide = IS_WIDE(lir->opcode); in GetLoadStoreSize()968 if (IS_WIDE(wide)) { in OpRegImm64()