Home
last modified time | relevance | path

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

/external/v8/src/ia32/
Ddisasm-ia32.cc835 static const char* F0Mnem(byte f0byte) { in F0Mnem() argument
836 switch (f0byte) { in F0Mnem()
965 { byte f0byte = *(data+1); in InstructionDecode() local
966 const char* f0mnem = F0Mnem(f0byte); in InstructionDecode()
967 if (f0byte == 0x18) { in InstructionDecode()
973 } else if (f0byte == 0xA2 || f0byte == 0x31) { in InstructionDecode()
976 } else if (f0byte == 0x28) { in InstructionDecode()
984 } else if ((f0byte & 0xF0) == 0x80) { in InstructionDecode()
986 } else if (f0byte == 0xBE || f0byte == 0xBF || f0byte == 0xB6 || in InstructionDecode()
987 f0byte == 0xB7 || f0byte == 0xAF) { in InstructionDecode()
[all …]