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