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

/art/compiler/utils/x86_64/
H A Dassembler_x86_64.cc2140 const bool dst_rax = dst.AsRegister() == RAX; local
2141 if (src_rax || dst_rax) {
2160 const bool dst_rax = dst.AsRegister() == RAX; local
2161 if (src_rax || dst_rax) {
2163 if (src_rax && dst_rax) {

Completed in 24 milliseconds