Home
last modified time | relevance | path

Searched refs:to_16byte_arrays (Results 1 – 3 of 3) sorted by relevance

/external/crosvm/hypervisor/src/
Dx86_64.rs982 pub fn to_16byte_arrays(regs: &[FpuReg; 8]) -> [[u8; 16]; 8] { in to_16byte_arrays() method
/external/crosvm/hypervisor/src/haxm/
Dvcpu.rs891 st_mm: FpuReg::to_16byte_arrays(&item.fpr), in from()
/external/crosvm/hypervisor/src/kvm/
Dx86_64.rs1755 fpr: FpuReg::to_16byte_arrays(&r.fpr), in from()