Searched refs:OPTYPE_fe (Results 1 – 4 of 4) sorted by relevance
/external/google-breakpad/src/third_party/libdisasm/ |
D | ia32_invariant.c | 182 case OPTYPE_fe: case OPTYPE_fb: case OPTYPE_fv:
|
D | ia32_insn.h | 174 #define OPTYPE_fe 0x30000000 /* pointer to extended real */ macro
|
D | ia32_operand.c | 337 case OPTYPE_fe: /* extended real */ in decode_operand_size()
|
D | ia32_opcode_tables.c | 2217 …{ 0, INS_FPU, 0, ADDRMETH_M|OPTYPE_fe|OP_W, ARG_NONE, ARG_NONE, cpu_80387 | isa_FPU, "fld",… 2219 …{ 0, INS_FPU, 0, ADDRMETH_M|OPTYPE_fe|OP_W, ARG_NONE, ARG_NONE, cpu_80387 | isa_FPU, "fstp"…
|