Home
last modified time | relevance | path

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

/external/v8/src/x87/
Ddisasm-x87.cc895 static const char* F0Mnem(byte f0byte) { in F0Mnem() argument
896 switch (f0byte) { in F0Mnem()
1059 { byte f0byte = data[1]; in InstructionDecode() local
1060 const char* f0mnem = F0Mnem(f0byte); in InstructionDecode()
1061 if (f0byte == 0x18) { in InstructionDecode()
1068 } else if (f0byte == 0x1F && data[2] == 0) { in InstructionDecode()
1071 } else if (f0byte == 0x1F && data[2] == 0x40 && data[3] == 0) { in InstructionDecode()
1074 } else if (f0byte == 0x1F && data[2] == 0x44 && data[3] == 0 && in InstructionDecode()
1078 } else if (f0byte == 0x1F && data[2] == 0x80 && data[3] == 0 && in InstructionDecode()
1082 } else if (f0byte == 0x1F && data[2] == 0x84 && data[3] == 0 && in InstructionDecode()
[all …]
/external/v8/src/ia32/
Ddisasm-ia32.cc1207 static const char* F0Mnem(byte f0byte) { in F0Mnem() argument
1208 switch (f0byte) { in F0Mnem()
1386 { byte f0byte = data[1]; in InstructionDecode() local
1387 const char* f0mnem = F0Mnem(f0byte); in InstructionDecode()
1388 if (f0byte == 0x18) { in InstructionDecode()
1395 } else if (f0byte == 0x1F && data[2] == 0) { in InstructionDecode()
1398 } else if (f0byte == 0x1F && data[2] == 0x40 && data[3] == 0) { in InstructionDecode()
1401 } else if (f0byte == 0x1F && data[2] == 0x44 && data[3] == 0 && in InstructionDecode()
1405 } else if (f0byte == 0x1F && data[2] == 0x80 && data[3] == 0 && in InstructionDecode()
1409 } else if (f0byte == 0x1F && data[2] == 0x84 && data[3] == 0 && in InstructionDecode()
[all …]