Package | Description |
---|---|
jnr.x86asm |
Modifier and Type | Method and Description |
---|---|
static X87Register |
X87Register.st(int idx) |
static X87Register |
X87Register.x87(int idx) |
Modifier and Type | Method and Description |
---|---|
void |
SerializerIntrinsics.fadd(X87Register dst,
X87Register src)
Add @a src to @a dst and store result in @a dst (FPU).
|
void |
SerializerIntrinsics.faddp(X87Register dst)
Add st(0) to @a dst and POP register stack (FPU).
|
void |
SerializerIntrinsics.fcmovb(X87Register src)
FP Conditional Move (FPU).
|
void |
SerializerIntrinsics.fcmovbe(X87Register src)
FP Conditional Move (FPU).
|
void |
SerializerIntrinsics.fcmove(X87Register src)
FP Conditional Move (FPU).
|
void |
SerializerIntrinsics.fcmovnb(X87Register src)
FP Conditional Move (FPU).
|
void |
SerializerIntrinsics.fcmovnbe(X87Register src)
FP Conditional Move (FPU).
|
void |
SerializerIntrinsics.fcmovne(X87Register src)
FP Conditional Move (FPU).
|
void |
SerializerIntrinsics.fcmovnu(X87Register src)
FP Conditional Move (FPU).
|
void |
SerializerIntrinsics.fcmovu(X87Register src)
FP Conditional Move (FPU).
|
void |
SerializerIntrinsics.fcom(X87Register reg)
Compare st(0) with @a reg (FPU).
|
void |
SerializerIntrinsics.fcomi(X87Register reg)
Compare st(0) and @a reg and Set EFLAGS (FPU).
|
void |
SerializerIntrinsics.fcomip(X87Register reg)
Compare st(0) and @a reg and Set EFLAGS and pop the stack (FPU).
|
void |
SerializerIntrinsics.fcomp(X87Register reg)
Compare st(0) with @a reg and pop the stack (FPU).
|
void |
SerializerIntrinsics.fdiv(X87Register dst,
X87Register src)
Divide @a dst by @a src (FPU).
|
void |
SerializerIntrinsics.fdivp(X87Register reg)
Divide @a reg by st(0) (FPU).
|
void |
SerializerIntrinsics.fdivr(X87Register dst,
X87Register src)
Reverse Divide @a dst by @a src (FPU).
|
void |
SerializerIntrinsics.fdivrp(X87Register reg)
Reverse Divide @a reg by st(0) (FPU).
|
void |
SerializerIntrinsics.ffree(X87Register reg)
Free Floating-Point Register (FPU).
|
void |
SerializerIntrinsics.fld(X87Register reg)
Push @a reg onto the FPU register stack (FPU).
|
void |
SerializerIntrinsics.fmul(X87Register dst,
X87Register src)
Multiply @a dst by @a src and store result in @a dst (FPU).
|
void |
SerializerIntrinsics.fmulp(X87Register dst)
Multiply st(0) by @a dst and POP register stack (FPU).
|
void |
SerializerIntrinsics.fst(X87Register reg)
Store Floating Point Value (FPU).
|
void |
SerializerIntrinsics.fstp(X87Register reg)
Store Floating Point Value and Pop Register Stack (FPU).
|
void |
SerializerIntrinsics.fsub(X87Register dst,
X87Register src)
Subtract @a src from @a dst and store result in @a dst (FPU).
|
void |
SerializerIntrinsics.fsubp(X87Register dst)
Subtract st(0) from @a dst and POP register stack (FPU).
|
void |
SerializerIntrinsics.fsubr(X87Register dst,
X87Register src)
Reverse Subtract @a src from @a dst and store result in @a dst (FPU).
|
void |
SerializerIntrinsics.fsubrp(X87Register dst)
Reverse Subtract st(0) from @a dst and POP register stack (FPU).
|
void |
SerializerIntrinsics.fucom(X87Register reg)
Unordered Compare st(0) with @a reg (FPU).
|
void |
SerializerIntrinsics.fucomi(X87Register reg)
Unordered Compare st(0) and @a reg, check for ordered values
|
void |
SerializerIntrinsics.fucomip(X87Register reg)
UnorderedCompare st(0) and @a reg, Check for ordered values
|
void |
SerializerIntrinsics.fucomp(X87Register reg)
Unordered Compare st(0) with @a reg and pop register stack (FPU).
|
void |
SerializerIntrinsics.fxch(X87Register reg)
Exchange Register Contents (FPU).
|
Copyright © 2017. All rights reserved.