Searched refs:const5 (Results 1 – 4 of 4) sorted by relevance
/external/libyuv/files/source/ |
D | row_dspr2.cc | 1234 int const5 = 0x100; in BGRAToUVRow_DSPR2() local 1283 [const4] "r"(const4), [const5] "r"(const5) in BGRAToUVRow_DSPR2() 1292 int const5 = 0x40; in BGRAToYRow_DSPR2() local 1339 : [const1] "r"(const1), [const2] "r"(const2), [const5] "r"(const5) in BGRAToYRow_DSPR2() 1356 int const5 = 0x100; in ABGRToUVRow_DSPR2() local 1406 [const4] "r"(const4), [const5] "r"(const5) in ABGRToUVRow_DSPR2() 1415 int const5 = 0x40; in ARGBToYRow_DSPR2() local 1462 : [const1] "r"(const1), [const2] "r"(const2), [const5] "r"(const5) in ARGBToYRow_DSPR2() 1472 int const5 = 0x40; in ABGRToYRow_DSPR2() local 1519 : [const1] "r"(const1), [const2] "r"(const2), [const5] "r"(const5) in ABGRToYRow_DSPR2() [all …]
|
/external/llvm/test/CodeGen/SystemZ/ |
D | fp-mul-04.ll | 200 %const5 = fpext double 1.51 to fp128 201 %extra5 = fmul fp128 %mul5, %const5
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | fp-mul-04.ll | 200 %const5 = fpext double 1.51 to fp128 201 %extra5 = fmul fp128 %mul5, %const5
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_tgsi_mem.c | 253 LLVMValueRef first_layer, const5, mask; in image_fetch_coords() local 255 const5 = LLVMConstInt(ctx->i32, 5, 0); in image_fetch_coords() 257 first_layer = LLVMBuildExtractElement(builder, desc, const5, ""); in image_fetch_coords()
|