Home
last modified time | relevance | path

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

/external/icu4c/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/llvm/lib/Target/Mips/
DMipsSEISelDAGToDAG.cpp333 MultOpc = (Opcode == ISD::UMUL_LOHI ? Mips::MULTu : Mips::MULT); in selectNode()
354 MultOpc = NodeTy == MVT::i32 ? Mips::MULT : Mips::DMULT; in selectNode()
361 MultOpc = (Opcode == ISD::MULHU ? Mips::MULTu : Mips::MULT); in selectNode()
DMipsDSPInstrFormats.td206 // MULT sub-class format.
DMipsISelLowering.h127 MULT, enumerator
DMips16InstrInfo.td266 // MULT
273 // MULT-LO
823 // Format: MULT rx, ry MIPS16e
DMipsDSPInstrInfo.td70 def MipsMULT : MipsDSPBase<"MULT", SDT_MipsDPA>;
DMipsISelLowering.cpp189 case MipsISD::MULT: return "MipsISD::MULT"; in getTargetNodeName()
2319 return lowerDSPIntr(Op, DAG, MipsISD::MULT, false, true); in lowerINTRINSIC_WO_CHAIN()
DMipsInstrInfo.td921 def MULT : Mult<"mult", IIImul, CPURegsOpnd, [HI, LO]>, MULT_FM<0, 0x18>;
/external/v8/src/mips/
Dconstants-mips.cc251 case MULT: in InstructionType()
Dconstants-mips.h320 MULT = ((3 << 3) + 0), enumerator
Ddisasm-mips.cc672 case MULT: in DecodeTypeRegister()
Dsimulator-mips.cc1786 case MULT: in ConfigureTypeRegister()
2203 case MULT: in DecodeTypeRegister()
Dassembler-mips.cc1220 GenInstrRegister(SPECIAL, rs, rt, zero_reg, 0, MULT); in mult()
/external/antlr/antlr-3.4/tool/
DCHANGES.txt506 * is "MULT" which means my parent must be MULT. "CLASS VARDEF" says
/external/valgrind/main/none/tests/mips32/
DMIPS32int.stdout.exp-mips32459 MULT
DMIPS32int.stdout.exp-BE479 MULT
DMIPS32int.stdout.exp479 MULT
/external/llvm/lib/Target/NVPTX/
DNVPTXInstrInfo.td520 defm MULT : I3<"mul.lo.s", mul>;
/external/grub/
DChangeLog5070 and 'b' as well. If C is 'X' or 'b', then set MULT to 16.