Searched refs:Arith (Results 1 – 6 of 6) sorted by relevance
/external/valgrind/main/exp-ptrcheck/ |
D | pc_common.c | 143 } Arith; member 192 xe.XE.Arith.seg1 = seg1; in h_record_arith_error() 193 xe.XE.Arith.seg2 = seg2; in h_record_arith_error() 194 xe.XE.Arith.opname = opname; in h_record_arith_error() 464 Seg* seg1 = xe->XE.Arith.seg1; in pc_pp_Error() 465 Seg* seg2 = xe->XE.Arith.seg2; in pc_pp_Error() 475 xe->XE.Arith.opname ); in pc_pp_Error() 505 xe->XE.Arith.opname ); in pc_pp_Error()
|
/external/valgrind/main/exp-ptrcheck/tests/ |
D | supp.supp | 8 exp-ptrcheck:Arith
|
/external/llvm/lib/Target/MBlaze/ |
D | MBlazeInstrInfo.td | 163 class Arith<bits<6> op, bits<11> flags, string instr_asm, SDNode OpNode, 338 def ADDK : Arith<0x04, 0x000, "addk ", add, IIC_ALU>; 350 def ADD : Arith<0x00, 0x000, "add ", addc, IIC_ALU>; 353 def ADDC : Arith<0x02, 0x000, "addc ", adde, IIC_ALU>; 382 def MUL : Arith<0x10, 0x000, "mul ", mul, IIC_ALUm>; 386 def MULH : Arith<0x10, 0x001, "mulh ", mulhs, IIC_ALUm>; 387 def MULHU : Arith<0x10, 0x003, "mulhu ", mulhu, IIC_ALUm>; 395 def BSRL : Arith<0x11, 0x000, "bsrl ", srl, IIC_SHT>; 396 def BSRA : Arith<0x11, 0x200, "bsra ", sra, IIC_SHT>; 397 def BSLL : Arith<0x11, 0x400, "bsll ", shl, IIC_SHT>;
|
/external/valgrind/main/ |
D | exp-ptrcheck.supp | 17 exp-ptrcheck:Arith
|
/external/clang/lib/Sema/ |
D | SemaOverload.cpp | 5412 for (unsigned Arith = (Op == OO_PlusPlus? 0 : 1); in addPlusPlusMinusMinusArithmeticOverloads() local 5413 Arith < NumArithmeticTypes; ++Arith) { in addPlusPlusMinusMinusArithmeticOverloads() 5415 getArithmeticType(Arith), in addPlusPlusMinusMinusArithmeticOverloads() 5484 for (unsigned Arith = FirstPromotedArithmeticType; in addUnaryPlusOrMinusArithmeticOverloads() local 5485 Arith < LastPromotedArithmeticType; ++Arith) { in addUnaryPlusOrMinusArithmeticOverloads() 5486 QualType ArithTy = getArithmeticType(Arith); in addUnaryPlusOrMinusArithmeticOverloads()
|
/external/valgrind/main/docs/internals/ |
D | xml-output-protocol4.txt | 604 Arith
|