/aosp_15_r20/external/llvm/test/MC/X86/ |
H A D | x86-64.s | 549 roundss $0xE, %xmm0, %xmm0 // CHECK: encoding: [0x66,0x0f,0x3a,0x0a,0xc0,0x0e] label
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/ |
H A D | sse41.rs | 1168 fn roundss(a: __m128, b: __m128, rounding: i32) -> __m128; in roundss() function
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/ |
H A D | sse41.rs | 1168 fn roundss(a: __m128, b: __m128, rounding: i32) -> __m128; in roundss() function
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/ |
H A D | sse41.rs | 1168 fn roundss(a: __m128, b: __m128, rounding: i32) -> __m128; in roundss() function
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/ |
H A D | sse41.rs | 1168 fn roundss(a: __m128, b: __m128, rounding: i32) -> __m128; in roundss() function
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/ |
H A D | sse41.rs | 1168 fn roundss(a: __m128, b: __m128, rounding: i32) -> __m128; in roundss() function
|
/aosp_15_r20/external/swiftshader/src/Reactor/ |
H A D | LLVMReactor.cpp | 3491 RValue<Float> roundss(RValue<Float> val, unsigned char imm) in roundss() function 3493 …llvm::Function *roundss = llvm::Intrinsic::getDeclaration(jit->module.get(), llvm::Intrinsic::x86_… in roundss() local
|
/aosp_15_r20/art/compiler/utils/x86/ |
H A D | assembler_x86.cc | 1841 void X86Assembler::roundss(XmmRegister dst, XmmRegister src, const Immediate& imm) { in roundss() function in art::x86::X86Assembler
|
/aosp_15_r20/art/compiler/utils/x86_64/ |
H A D | assembler_x86_64.cc | 2621 void X86_64Assembler::roundss(XmmRegister dst, XmmRegister src, const Immediate& imm) { in roundss() function in art::x86_64::X86_64Assembler
|
/aosp_15_r20/art/compiler/optimizing/ |
H A D | intrinsics_x86.cc | 408 __ roundss(t1, in, Immediate(1)); in VisitMathRoundFloat() local
|
H A D | intrinsics_x86_64.cc | 428 __ roundss(t1, in, Immediate(1)); in VisitMathRoundFloat() local
|