Searched refs:MULT (Results 1 – 25 of 25) sorted by relevance
/external/icu4c/test/perf/perldriver/ |
D | Format.pm | 95 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/ |
D | Simplify.g3 | 20 : ^( MULT INT ^(VEC (e+=.)+) ) -> ^(VEC ^(MULT INT $e)+) 24 : ^(MULT a=. b=INT {$b.int==0}?) -> $b // x*0 -> 0
|
D | Reduce.g3 | 22 : ^(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"])
|
D | VecMath_Lexer.g3 | 10 MULT : '*';
|
D | VecMath_Parser.g3 | 26 : primary ( ( MULT^ | DOT^ ) primary )*
|
/external/antlr/antlr-3.4/runtime/Perl5/examples/simplecalc/ |
D | SimpleCalc.g | 7 MULT = '*' ; 17 term : factor ( ( MULT | DIV ) factor )* ;
|
/external/antlr/antlr-3.4/runtime/Perl5/t/examples/ |
D | simplecalc.t | 19 MULT = '*' ; 29 term : factor ( ( MULT | DIV ) factor )* ;
|
/external/llvm/lib/Target/Mips/ |
D | MipsSEISelDAGToDAG.cpp | 333 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()
|
D | MipsDSPInstrFormats.td | 206 // MULT sub-class format.
|
D | MipsISelLowering.h | 127 MULT, enumerator
|
D | Mips16InstrInfo.td | 266 // MULT 273 // MULT-LO 823 // Format: MULT rx, ry MIPS16e
|
D | MipsDSPInstrInfo.td | 70 def MipsMULT : MipsDSPBase<"MULT", SDT_MipsDPA>;
|
D | MipsISelLowering.cpp | 189 case MipsISD::MULT: return "MipsISD::MULT"; in getTargetNodeName() 2319 return lowerDSPIntr(Op, DAG, MipsISD::MULT, false, true); in lowerINTRINSIC_WO_CHAIN()
|
D | MipsInstrInfo.td | 921 def MULT : Mult<"mult", IIImul, CPURegsOpnd, [HI, LO]>, MULT_FM<0, 0x18>;
|
/external/v8/src/mips/ |
D | constants-mips.cc | 251 case MULT: in InstructionType()
|
D | constants-mips.h | 320 MULT = ((3 << 3) + 0), enumerator
|
D | disasm-mips.cc | 672 case MULT: in DecodeTypeRegister()
|
D | simulator-mips.cc | 1786 case MULT: in ConfigureTypeRegister() 2203 case MULT: in DecodeTypeRegister()
|
D | assembler-mips.cc | 1220 GenInstrRegister(SPECIAL, rs, rt, zero_reg, 0, MULT); in mult()
|
/external/antlr/antlr-3.4/tool/ |
D | CHANGES.txt | 506 * is "MULT" which means my parent must be MULT. "CLASS VARDEF" says
|
/external/valgrind/main/none/tests/mips32/ |
D | MIPS32int.stdout.exp-mips32 | 459 MULT
|
D | MIPS32int.stdout.exp-BE | 479 MULT
|
D | MIPS32int.stdout.exp | 479 MULT
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXInstrInfo.td | 520 defm MULT : I3<"mul.lo.s", mul>;
|
/external/grub/ |
D | ChangeLog | 5070 and 'b' as well. If C is 'X' or 'b', then set MULT to 16.
|