Home
last modified time | relevance | path

Searched refs:trunc_ (Results 1 – 6 of 6) 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/llvm-project/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/skqp/src/opts/
DSkRasterPipeline_opts.h673 SI U32 trunc_(F v) { return (U32)v; } in trunc_() function
678 SI U32 trunc_(F v) { return (U32)__builtin_convertvector( v, I32); } in trunc_() function
977 return trunc_(y)*ctx->stride + trunc_(x); in ix_and_ptr()
1951 auto idx = trunc_(t * (c->stopCount-1)); in STAGE()
2488 SI U32 trunc_(F x) { return (U32)cast<I32>(x); }
2742 return trunc_(y)*ctx->stride + trunc_(x);
3220 auto idx = trunc_(t * (c->stopCount-1));
/external/skia/src/opts/
DSkRasterPipeline_opts.h912 SI U32 trunc_(F v) { return (U32)v; } in trunc_() function
918 SI U32 trunc_(F v) { return (U32)__builtin_convertvector( v, I32); } in trunc_() function
1239 return trunc_(y)*ctx->stride + trunc_(x); in ix_and_ptr()
2432 auto idx = trunc_(t * (c->stopCount-1)); in STAGE()
3100 SI U32 trunc_(F x) { return (U32)cast<I32>(x); }
3363 return trunc_(y)*ctx->stride + trunc_(x);
3958 auto idx = trunc_(t * (c->stopCount-1));