Searched refs:Not (Results 1 – 10 of 10) sorted by relevance
/art/tools/ |
D | checker_test.py | 79 return checker.CheckLine(string, checker.CheckLine.Variant.Not) 348 self.__matchMulti([("foo", CheckVariant.Not)], 351 self.__notMatchMulti([("foo", CheckVariant.Not)], 354 self.__notMatchMulti([("foo", CheckVariant.Not), 355 ("bar", CheckVariant.Not)], 468 ("bar", CheckVariant.Not),
|
D | checker.py | 221 InOrder, DAG, Not = range(3) variable in CheckLine.Variant 233 if self.variant == CheckLine.Variant.Not: 391 notChecks, checkLines = self.__splitByVariant(checkLines, CheckLine.Variant.Not) 454 assert checkLine.variant == CheckLine.Variant.Not 590 return (notLine, CheckLine.Variant.Not, lineNo), None
|
/art/runtime/ |
D | runtime_options.def | 110 // Not parse-able from command line, but can be provided explicitly.
|
/art/compiler/utils/mips/ |
D | assembler_mips.h | 131 void Not(Register rt, Register rs);
|
D | assembler_mips.cc | 431 void MipsAssembler::Not(Register rt, Register rs) { in Not() function in art::mips::MipsAssembler
|
/art/compiler/utils/mips64/ |
D | assembler_mips64.h | 191 void Not(GpuRegister rd, GpuRegister rs);
|
D | assembler_mips64.cc | 628 void Mips64Assembler::Not(GpuRegister rd, GpuRegister rs) { in Not() function in art::mips64::Mips64Assembler
|
/art/ |
D | NOTICE | 73 designated in writing by the copyright owner as "Not a Contribution."
|
/art/compiler/optimizing/ |
D | nodes.h | 850 M(Not, UnaryOperation) \ 2961 DECLARE_INSTRUCTION(Not);
|
/art/compiler/dex/quick/x86/ |
D | assemble_x86.cc | 322 …UNARY_ENCODING_MAP(Not, 0x2, IS_STORE, 0, R, kReg, IS_UNARY_OP | REG_DEF0_USE0, M, kMem,…
|