Home
last modified time | relevance | path

Searched refs:f0byte (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/v8/src/ia32/
Ddisasm-ia32.cc871 static const char* F0Mnem(byte f0byte) { in F0Mnem() argument
872 switch (f0byte) { in F0Mnem()
1007 { byte f0byte = data[1]; in InstructionDecode() local
1008 const char* f0mnem = F0Mnem(f0byte); in InstructionDecode()
1009 if (f0byte == 0x18) { in InstructionDecode()
1015 } else if (f0byte == 0x1F && data[2] == 0) { in InstructionDecode()
1018 } else if (f0byte == 0x1F && data[2] == 0x40 && data[3] == 0) { in InstructionDecode()
1021 } else if (f0byte == 0x1F && data[2] == 0x44 && data[3] == 0 && in InstructionDecode()
1025 } else if (f0byte == 0x1F && data[2] == 0x80 && data[3] == 0 && in InstructionDecode()
1029 } else if (f0byte == 0x1F && data[2] == 0x84 && data[3] == 0 && in InstructionDecode()
[all …]
/external/v8/src/ia32/
Ddisasm-ia32.cc859 static const char* F0Mnem(byte f0byte) { in F0Mnem() argument
860 switch (f0byte) { in F0Mnem()
995 { byte f0byte = data[1]; in InstructionDecode() local
996 const char* f0mnem = F0Mnem(f0byte); in InstructionDecode()
997 if (f0byte == 0x18) { in InstructionDecode()
1003 } else if (f0byte == 0x1F && data[2] == 0) { in InstructionDecode()
1006 } else if (f0byte == 0x1F && data[2] == 0x40 && data[3] == 0) { in InstructionDecode()
1009 } else if (f0byte == 0x1F && data[2] == 0x44 && data[3] == 0 && in InstructionDecode()
1013 } else if (f0byte == 0x1F && data[2] == 0x80 && data[3] == 0 && in InstructionDecode()
1017 } else if (f0byte == 0x1F && data[2] == 0x84 && data[3] == 0 && in InstructionDecode()
[all …]