OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UnknownFormat
(Results
1 - 2
of
2
) sorted by null
/external/v8/src/ppc/
disasm-ppc.cc
78
void
UnknownFormat
(Instruction* instr, const char* opcname);
363
//
UnknownFormat
(instr) which will just print opcode name of the
365
void Decoder::
UnknownFormat
(Instruction* instr, const char* name) {
375
UnknownFormat
(instr, "mcrf"); // not used by V8
384
UnknownFormat
(instr, "bclrx-dcbnzf");
388
UnknownFormat
(instr, "bclrx-dcbezf");
409
UnknownFormat
(instr, "bclrx-dcbbzt");
413
UnknownFormat
(instr, "bclrx-dcbnezt");
434
UnknownFormat
(instr, "bclrx-dcbnz");
438
UnknownFormat
(instr, "bclrx-dcbez"); // not used by V
[
all
...]
/external/v8/src/s390/
disasm-s390.cc
79
void
UnknownFormat
(Instruction* instr, const char* opcname);
491
//
UnknownFormat
(instr) which will just print opcode name of the
493
void Decoder::
UnknownFormat
(Instruction* instr, const char* name) {
[
all
...]
Completed in 84 milliseconds