Searched defs:roundps (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/test/MC/X86/ |
D | x86-64.s | 512 roundps $0xE, %xmm0, %xmm0 // CHECK: encoding: [0x66,0x0f,0x3a,0x08,0xc0,0x0e] label
|
/external/llvm/test/MC/X86/ |
D | x86-64.s | 550 roundps $0xE, %xmm0, %xmm0 // CHECK: encoding: [0x66,0x0f,0x3a,0x08,0xc0,0x0e] label
|
/external/swiftshader/src/Reactor/ |
D | Nucleus.cpp | 7077 RValue<Float4> roundps(RValue<Float4> val, unsigned char imm) in roundps() function 7080 llvm::Function *roundps = Intrinsic::getDeclaration(module, Intrinsic::x86_sse41_round_ps); in roundps() local
|