OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Nor
(Results
1 - 2
of
2
) sorted by null
/external/v8/src/mips/
macro-assembler-mips.h
12
// * Neither the name of Google Inc.
nor
the names of its
407
DEFINE_INSTRUCTION(
Nor
);
[
all
...]
macro-assembler-mips.cc
12
// * Neither the name of Google Inc.
nor
the names of its
491
void MacroAssembler::
Nor
(Register rd, Register rs, const Operand& rt) {
493
nor
(rd, rs, rt.rm());
498
nor
(rd, rs, at);
[
all
...]
Completed in 77 milliseconds