Searched defs:orps (Results 1 – 4 of 4) sorted by relevance
| /art/compiler/optimizing/ | ||
| D | intrinsics_x86.cc | 455 __ orps(out, op2); in GenMinMaxFP() local |
| D | intrinsics_x86_64.cc | 343 __ orps(out, op2); in GenMinMaxFP() local |
| /art/compiler/utils/x86/ | ||
| D | assembler_x86.cc | 865 void X86Assembler::orps(XmmRegister dst, XmmRegister src) { in orps() function in art::x86::X86Assembler |
| /art/compiler/utils/x86_64/ | ||
| D | assembler_x86_64.cc | 1046 void X86_64Assembler::orps(XmmRegister dst, XmmRegister src) { in orps() function in art::x86_64::X86_64Assembler |