HomeSort by relevance Sort by last modified time
    Searched refs:Nor (Results 1 - 3 of 3) sorted by null

  /external/v8/src/mips/
macro-assembler-mips.h 12 // * Neither the name of Google Inc. nor the names of its
578 DEFINE_INSTRUCTION(Nor);
    [all...]
lithium-codegen-mips.cc 12 // * Neither the name of Google Inc. nor the names of its
    [all...]
macro-assembler-mips.cc 12 // * Neither the name of Google Inc. nor the names of its
430 nor(scratch, reg0, zero_reg);
693 void MacroAssembler::Nor(Register rd, Register rs, const Operand& rt) {
695 nor(rd, rs, rt.rm());
700 nor(rd, rs, at);
967 nor(at, at, zero_reg);
    [all...]

Completed in 52 milliseconds