Searched defs:mull (Results 1 – 3 of 3) sorted by relevance
/art/compiler/utils/x86/ | ||
D | assembler_x86.cc | 1227 void X86Assembler::mull(Register reg) { in mull() function in art::x86::X86Assembler |
/art/compiler/optimizing/ | ||
D | code_generator_x86.cc | 2174 __ mull(in1_lo); in VisitMul() local |
/art/compiler/utils/x86_64/ | ||
D | assembler_x86_64.cc | 1773 void X86_64Assembler::mull(CpuRegister reg) { in mull() function in art::x86_64::X86_64Assembler |