OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mul2
(Results
26 - 31
of
31
) sorted by null
1
2
/external/llvm/test/Analysis/DependenceAnalysis/
Coupled.ll
178
%
mul2
= mul nsw i64 %i.02, 3
179
%sub3 = add nsw i64 %
mul2
, -6
217
%
mul2
= mul nsw i64 %i.02, 3
219
%sub4 = sub nsw i64 %
mul2
, %conv3
/external/valgrind/main/coregrind/m_debuginfo/
tytypes.c
662
static MaybeULong mul_MaybeULong ( MaybeULong mul1, MaybeULong
mul2
) {
664
if (!
mul2
.b) { vg_assert(
mul2
.ul == 0); return
mul2
; }
665
mul1.ul *=
mul2
.ul;
d3basics.c
1014
MaybeULong *mul, *
mul2
;
local
[
all
...]
/external/llvm/test/Transforms/InstSimplify/
compare.ll
617
define i1 @
mul2
(i32 %X) {
618
; CHECK-LABEL: @
mul2
(
/external/dropbear/libtommath/demo/
demo.c
685
} else if (!strcmp(cmd, "
mul2
")) {
/external/llvm/test/CodeGen/Thumb2/
constant-islands.ll
277
%
mul2
= fmul float 0x3FC99999A0000000, %4
278
%call3 = invoke %class.btCapsuleShape* @_ZN14btCapsuleShapeC1Eff(%class.btCapsuleShape* %2, float %mul, float %
mul2
)
[
all
...]
Completed in 248 milliseconds
1
2