CBMC
|
Go to the source code of this file.
Functions | |
void | __asm_fnstcw (void *dest) |
void | __asm_fstcw (void *dest) |
void | __asm_fldcw (void *src) |
void | __asm_mfence (void) |
void | __asm_sfence (void) |
void | __asm_lfence (void) |
Variables | |
int | __CPROVER_rounding_mode |
void __asm_fldcw | ( | void * | src | ) |
Definition at line 26 of file x86_assembler.c.
void __asm_fnstcw | ( | void * | dest | ) |
Definition at line 6 of file x86_assembler.c.
void __asm_fstcw | ( | void * | dest | ) |
Definition at line 16 of file x86_assembler.c.
void __asm_lfence | ( | void | ) |
Definition at line 48 of file x86_assembler.c.
void __asm_mfence | ( | void | ) |
Definition at line 34 of file x86_assembler.c.
void __asm_sfence | ( | void | ) |
Definition at line 41 of file x86_assembler.c.
|
extern |
Definition at line 14 of file x86_assembler.c.