Home
last modified time | relevance | path

Searched refs:trunc_ (Results 1 – 4 of 4) sorted by relevance

/external/llvm/test/CodeGen/AArch64/
Darm64-fast-isel-br.ll86 define zeroext i8 @trunc_(i8 zeroext %a, i16 zeroext %b, i32 %c, i64 %d) {
Darm64-fast-isel-conversion.ll4 define zeroext i32 @trunc_(i8 zeroext %a, i16 zeroext %b, i32 %c, i64 %d) nounwind ssp {
6 ; CHECK-LABEL: trunc_
/external/skia/src/jumper/
DSkJumper_vectors.h662 SI U32 trunc_(F v) { return (U32)__builtin_convertvector( v, I32); } in trunc_() function
667 SI U32 trunc_(F v) { return (U32)v; } in trunc_() function
DSkJumper_stages.cpp212 return trunc_(y)*ctx->stride + trunc_(x); in ix_and_ptr()
1181 auto idx = trunc_(t * (c->stopCount-1)); in STAGE()