Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_amd64_defs.h303 A87FpOp; typedef
305 extern const HChar* showA87FpOp ( A87FpOp );
593 A87FpOp op;
594 } A87FpOp; member
757 extern AMD64Instr* AMD64Instr_A87FpOp ( A87FpOp op );
Dhost_amd64_defs.c497 const HChar* showA87FpOp ( A87FpOp op ) { in showA87FpOp()
834 AMD64Instr* AMD64Instr_A87FpOp ( A87FpOp op ) in AMD64Instr_A87FpOp()
838 i->Ain.A87FpOp.op = op; in AMD64Instr_A87FpOp()
1234 vex_printf("f%s", showA87FpOp(i->Ain.A87FpOp.op)); in ppAMD64Instr()
3406 switch (i->Ain.A87FpOp.op) { in emit_AMD64Instr()
Dhost_amd64_isel.c3014 A87FpOp fpop = Afp_INVALID; in iselDblExpr_wrk()