Lines Matching defs:bit_width
1452 size_t bit_width = 0;
1456 bit_width = *size;
1462 if (bit_width <= (exe_ctx.GetProcessRef().GetAddressByteSize() * 8)) {
1473 reg_value.SignExtend(bit_width);
1489 const uint32_t arg_byte_size = (bit_width + (8 - 1)) / 8;
1562 std::optional<uint64_t> bit_width = compiler_type.GetBitSize(&thread);
1564 if (!bit_width || !byte_size)
1568 switch (*bit_width) {
1636 switch (*bit_width) {
1686 } else if (!GetReturnValuePassedInMemory(thread, reg_ctx, *bit_width / 8,