Home
last modified time | relevance | path

Searched refs:_PUSH_ (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/x86/math-emu/
H A Dload_store.c32 #define _PUSH_ 3 /* Need to check for space to push onto stack */ macro
39 _PUSH_, _PUSH_, _PUSH_, _PUSH_, /* /0: d9:fld f32, db:fild m32, dd:fld f64, df:fild m16 */
43 _NONE_, _null_, _NONE_, _PUSH_,
44 _NONE_, _PUSH_, _null_, _PUSH_,
100 case _PUSH_: in FPU_load_store()
H A Dfpu_entry.c76 #define _PUSH_ 3 /* Need to check for space to push onto stack */ macro
503 case _PUSH_: /* Only used by the fld st(i) instruction */ in math_emulate()