Home
last modified time | relevance | path

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

/external/valgrind/none/tests/amd64/
Dfb_test_amd64_muldiv.h22 int64 res, s1, flags, resh; in glue() local
24 resh = op0h; in glue()
32 : "=a" (res), "=g" (flags), "=d" (resh) in glue()
33 : "q" (s1), "0" (res), "1" (flags), "2" (resh)); in glue()
35 stringify(OP) "w", op0h, op0, s1, resh, res, flags & CC_MASK); in glue()
40 int64 res, s1, flags, resh; in glue() local
42 resh = op0h; in glue()
50 : "=a" (res), "=g" (flags), "=d" (resh) in glue()
51 : "q" ((int)s1), "0" (res), "1" (flags), "2" (resh)); in glue()
53 stringify(OP) "l", op0h, op0, s1, resh, res, flags & CC_MASK); in glue()
[all …]
/external/icu/icu4c/source/data/curr/
Dvai_Latn.txt132 "Mɔreshɔ Rupi",
/external/icu/icu4c/source/data/region/
Dvai_Latn.txt139 MU{"Mɔreshɔ"}
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_arit.c1512 LLVMValueRef xl, xh, v0l, v0h, v1l, v1h, resl, resh; in lp_build_lerp() local
1538 resh = lp_build_lerp_simple(&wide_bld, xh, v0h, v1h, flags); in lp_build_lerp()
1540 res = lp_build_pack2_native(bld->gallivm, wide_type, type, resl, resh); in lp_build_lerp()