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

/art/compiler/utils/x86_64/
H A Dassembler_x86_64.cc1726 int64_t v64 = imm.value(); local
1727 if (IsInt<8>(v64)) {
1731 EmitUint8(static_cast<uint8_t>(v64 & 0xFF));

Completed in 30 milliseconds