Home
last modified time | relevance | path

Searched refs:_mov_fp64_to_i64 (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringMIPS32.h401 void _mov_fp64_to_i64(Variable *Dest, Operand *Src, Int64Part Int64HiLo) { in _mov_fp64_to_i64() function
DIceTargetLoweringMIPS32.cpp3861 _mov_fp64_to_i64(T->getHi(), Src0R, Int64_Hi); in lowerCast()
3862 _mov_fp64_to_i64(T->getLo(), Src0R, Int64_Lo); in lowerCast()