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

/art/compiler/utils/x86_64/
H A Dassembler_x86_64.cc1152 const bool dst_rax = dst.AsRegister() == RAX; local
1153 if (src_rax || dst_rax) {
1172 const bool dst_rax = dst.AsRegister() == RAX; local
1173 if (src_rax || dst_rax) {
1175 if (src_rax && dst_rax) {

Completed in 26 milliseconds