Searched refs:is32 (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/binutils/opcodes/
H A Daarch64-dis.c2342 int is32 = inst->operands[0].qualifier == AARCH64_OPND_QLF_W;
2345 if (aarch64_wide_constant_p (value, is32, NULL) == TRUE)
2366 int is32;
2372 is32 = inst->operands[0].qualifier == AARCH64_OPND_QLF_W;
2378 && (aarch64_wide_constant_p (value, is32, NULL) == TRUE
2379 || aarch64_wide_constant_p (~value, is32, NULL) == TRUE))
2339 int is32 = inst->operands[0].qualifier == AARCH64_OPND_QLF_W; local
2363 int is32; local
H A Daarch64-asm.c1702 int is32; local
1718 is32 = inst->operands[0].qualifier == AARCH64_OPND_QLF_W;
1719 if (! aarch64_wide_constant_p (value, is32, &shift_amount))
H A Daarch64-opc.c1027 aarch64_wide_constant_p (int64_t value, int is32, unsigned int *shift_amount)
1033 if (is32)
1051 else if (!is32 && (value & ((int64_t) 0xffff << 32)) == value)
1053 else if (!is32 && (value & ((int64_t) 0xffff << 48)) == value)
1209 DEBUG_TRACE ("enter with 0x%" PRIx64 "(%" PRIi64 "), is32: %d", value,
1210 value, is32);
1025 aarch64_wide_constant_p(int64_t value, int is32, unsigned int *shift_amount) argument
/haiku-buildtools/binutils/gas/config/
H A Dtc-aarch64.c5058 int is32;
5061 is32 = inst.base.operands[0].qualifier == AARCH64_OPND_QLF_W ? 1 : 0;
5113 if (is32)
5123 if (is32)
5051 int is32; local

Completed in 119 milliseconds