Searched refs:Not (Results 1 - 10 of 10) sorted by relevance

/art/tools/checker/match/
H A Dfile.py39 assertion.variant in [TestAssertion.Variant.DAG, TestAssertion.Variant.Not]):
94 assert assertion.variant == TestAssertion.Variant.Not
126 elif assertionGroup[0].variant == TestAssertion.Variant.Not:
184 if e.assertion.variant == TestAssertion.Variant.Not:
/art/tools/checker/file_format/checker/
H A Dstruct.py78 InOrder, NextLine, DAG, Not, Eval = range(5)
97 if self.variant == TestAssertion.Variant.Not:
H A Dparser.py84 return (notLine, TestAssertion.Variant.Not, lineNo), None, None
H A Dtest.py260 ("bar", TestAssertion.Variant.Not),
/art/compiler/utils/mips/
H A Dassembler_mips_test.cc722 TEST_F(AssemblerMIPSTest, Not) {
723 DriverStr(RepeatRR(&mips::MipsAssembler::Not, "nor ${reg1}, ${reg2}, $zero"), "Not");
H A Dassembler_mips.h353 void Not(Register rd, Register rs);
H A Dassembler_mips.cc1339 void MipsAssembler::Not(Register rd, Register rs) { function in class:art::mips::MipsAssembler
/art/compiler/utils/mips64/
H A Dassembler_mips64.h321 void Not(GpuRegister rd, GpuRegister rs);
H A Dassembler_mips64.cc1031 void Mips64Assembler::Not(GpuRegister rd, GpuRegister rs) { function in class:art::mips64::Mips64Assembler
/art/compiler/optimizing/
H A Dnodes.h1239 M(Not, UnaryOperation) \
2146 // The environment associated with this instruction. Not null if the instruction
4842 DECLARE_INSTRUCTION(Not);

Completed in 176 milliseconds