Home
last modified time | relevance | path

Searched refs:MULT (Results 1 – 25 of 37) sorted by relevance

12

/external/mesa3d/src/glsl/glcpp/tests/
D085-incorrect-argument-count.c.expected1 0:2(1): preprocessor error: Error: macro MULT invoked with 1 arguments (expected 2)
3 0:3(1): preprocessor error: Error: macro MULT invoked with 1 arguments (expected 2)
5 0:4(1): preprocessor error: Error: macro MULT invoked with 3 arguments (expected 2)
8 MULT()
9 MULT(1)
10 MULT(1,2,3)
D085-incorrect-argument-count.c1 #define MULT(x,y) ((x)*(y)) macro
2 MULT()
3 MULT(1)
4 MULT(1,2,3)
/external/icu/icu4c/source/test/perf/perldriver/
DFormat.pm95 my @MULT = (1 , 1e3, 1e6, 1e9);
101 ++$i while ($a*$MULT[$i] < 1 && $i < @MULT);
103 formatNumber($sigdig, $MULT[$i], $a, $delta) . ' ' . $SUFF[$i];
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/Composition/
DSimplify.g320 : ^( MULT INT ^(VEC (e+=.)+) ) -> ^(VEC ^(MULT INT $e)+)
24 : ^(MULT a=. b=INT {$b.int==0}?) -> $b // x*0 -> 0
DReduce.g322 : ^(PLUS i=INT j=INT {$i.int==$j.int}?) -> ^(MULT["*"] INT["2"] $j)
23 | ^(MULT x=INT {$x.int==2}? y=.) -> ^(SHIFT["<<"] $y INT["1"])
DVecMath_Lexer.g310 MULT : '*';
DVecMath_Parser.g326 : primary ( ( MULT^ | DOT^ ) primary )*
/external/antlr/antlr-3.4/runtime/Perl5/examples/simplecalc/
DSimpleCalc.g7 MULT = '*' ;
17 term : factor ( ( MULT | DIV ) factor )* ;
/external/antlr/antlr-3.4/runtime/Perl5/t/examples/
Dsimplecalc.t19 MULT = '*' ;
29 term : factor ( ( MULT | DIV ) factor )* ;
/external/valgrind/none/tests/mips64/
Darithmetic_instruction.c12 MUL, MULT, MULTU, MOVN, enumerator
244 case MULT: in main()
/external/v8/src/mips/
Dconstants-mips.cc232 case MULT: in InstructionType()
Dconstants-mips.h391 MULT = ((3 << 3) + 0), enumerator
Ddisasm-mips.cc691 case MULT: // @Mips32r6 == MUL_MUH. in DecodeTypeRegister()
Dsimulator-mips.cc1975 case MULT: // MULT == MUL_MUH. in ConfigureTypeRegister()
2511 case MULT: in DecodeTypeRegister()
/external/v8/src/mips64/
Dconstants-mips64.cc241 case MULT: in InstructionType()
Dconstants-mips64.h371 MULT = ((3 << 3) + 0), enumerator
Ddisasm-mips64.cc784 case MULT: // @Mips64r6 == MUL_MUH. in DecodeTypeRegister()
Dsimulator-mips64.cc2083 case MULT: // MULT == D_MUL_MUH. in ConfigureTypeRegister()
2632 case MULT: in DecodeTypeRegister()
/external/pcre/dist/sljit/
DsljitNativeMIPS_32.c305 FAIL_IF(push_inst(compiler, MULT | S(src1) | T(src2), MOVABLE_INS)); in emit_single_op()
309 FAIL_IF(push_inst(compiler, MULT | S(src1) | T(src2), MOVABLE_INS)); in emit_single_op()
DsljitNativeMIPS_64.c400 FAIL_IF(push_inst(compiler, SELECT_OP(DMULT, MULT) | S(src1) | T(src2), MOVABLE_INS)); in emit_single_op()
404 FAIL_IF(push_inst(compiler, SELECT_OP(DMULT, MULT) | S(src1) | T(src2), MOVABLE_INS)); in emit_single_op()
DsljitNativeMIPS_common.c153 #define MULT (HI(0) | LO(24)) macro
1067 …FAIL_IF(push_inst(compiler, (op == SLJIT_UMUL ? MULTU : MULT) | S(SLJIT_R0) | T(SLJIT_R1), MOVABLE… in sljit_emit_op0()
/external/llvm/lib/Target/Mips/
DMipsDSPInstrFormats.td206 // MULT sub-class format.
DMipsISelLowering.h141 MULT, enumerator
DMips16InstrInfo.td305 // MULT
312 // MULT-LO
911 // Format: MULT rx, ry MIPS16e
DMipsInstrInfo.td1384 def MULT : MMRel, Mult<"mult", II_MULT, GPR32Opnd, [HI0, LO0]>,
1440 def PseudoMULT : MultDivPseudo<MULT, ACC64, GPR32Opnd, MipsMult, II_MULT>,

12