OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INS_FPU
(Results
1 - 2
of
2
) sorted by null
/external/google-breakpad/src/third_party/libdisasm/
ia32_opcode_tables.c
[
all
...]
ia32_insn.h
279
#define
INS_FPU
0xA000
372
/*
INS_FPU
*/
373
#define INS_FMOV (
INS_FPU
| 0x1)
374
#define INS_FMOVCC (
INS_FPU
| 0x2)
375
#define INS_FNEG (
INS_FPU
| 0x3)
376
#define INS_FABS (
INS_FPU
| 0x4)
377
#define INS_FADD (
INS_FPU
| 0x5)
378
#define INS_FSUB (
INS_FPU
| 0x6)
379
#define INS_FMUL (
INS_FPU
| 0x7)
380
#define INS_FDIV (
INS_FPU
| 0x8
[
all
...]
Completed in 36 milliseconds