#include "newmacros.h"
#include "runtime.h"
#define FN_NHC_46Binary_46hs_95equalsBin ((void*)startLabel+16)
#define CT_v200 ((void*)startLabel+48)
#define F0_NHC_46Binary_46hs_95equalsBin ((void*)startLabel+56)
#define CT_v201 ((void*)startLabel+96)
void FR_NHC_46Binary_46hs_95equalsBin(void);
static Node startLabel[] = {
bytes2word(5,0,4,1)
, bytes2word(3,2,2,3)
, bytes2word(1,4,0,5)
, useLabel(CT_v200)
, /* FN_NHC_46Binary_46hs_95equalsBin: (byte 0) */
bytes2word(PUSH_ARG_I1,EVAL,POP_I1,PUSH_ARG_I2)
, bytes2word(EVAL,POP_I1,PUSH_ARG_I3,EVAL)
, bytes2word(POP_I1,PUSH_ARG,4,EVAL)
, bytes2word(POP_I1,PUSH_ARG,5,EVAL)
, bytes2word(POP_I1,PRIMITIVE,NOP,NOP)
, useLabel(FR_NHC_46Binary_46hs_95equalsBin)
, bytes2word(RETURN_EVAL,ENDCODE,0,0)
, bytes2word(0,0,0,0)
, /* CT_v200: (byte 0) */
HW(0,5)
, 0
, /* F0_NHC_46Binary_46hs_95equalsBin: (byte 0) */
CAPTAG(useLabel(FN_NHC_46Binary_46hs_95equalsBin),5)
, bytes2word(5,0,4,1)
, bytes2word(3,2,2,3)
, bytes2word(1,4,0,5)
, useLabel(CT_v201)
,};
Node FN_NHC_46Binary_46equalsBin[] = {
bytes2word(NEEDHEAP_I32,PUSH_HEAP,HEAP_CVAL_I3,HEAP_ARG_ARG)
, bytes2word(1,2,HEAP_ARG_ARG,3)
, bytes2word(4,HEAP_ARG,5,PUSH_P1)
, bytes2word(0,RETURN_EVAL,ENDCODE,0)
, bytes2word(0,0,0,0)
, /* CT_v201: (byte 0) */
HW(1,5)
, 0
,};
Node F0_NHC_46Binary_46equalsBin[] = {
CAPTAG(useLabel(FN_NHC_46Binary_46equalsBin),5)
, VAPTAG(useLabel(FN_NHC_46Binary_46hs_95equalsBin))
,};
#include <haskell2c.h>
#include <HsFFI.h>
/* foreign import ccall "hs_equalsBin" NHC.Binary.hs_equalsBin 5 :: Prelude.Int -> FFI.ForeignObj -> Prelude.Int -> FFI.ForeignObj -> Prelude.Int -> Prelude.Bool */
extern HsBool hs_equalsBin(HsInt,void*,HsInt,void*,HsInt);
#ifdef PROFILE
static SInfo pf_NHC_46Binary_46hs_95equalsBin = {"NHC.Binary","NHC.Binary.hs_equalsBin","Prelude.Bool"};
#endif
C_HEADER(FR_NHC_46Binary_46hs_95equalsBin) {
NodePtr nodeptr;
HsBool result;
HsInt arg1;
void* arg2;
HsInt arg3;
void* arg4;
HsInt arg5;
nodeptr = C_GETARG1(1);
IND_REMOVE(nodeptr);
arg1 = (HsInt)GET_INT_VALUE(nodeptr);
nodeptr = C_GETARG1(2);
IND_REMOVE(nodeptr);
arg2 = (void*)derefForeignObj((ForeignObj*)GET_INT_VALUE(nodeptr));
nodeptr = C_GETARG1(3);
IND_REMOVE(nodeptr);
arg3 = (HsInt)GET_INT_VALUE(nodeptr);
nodeptr = C_GETARG1(4);
IND_REMOVE(nodeptr);
arg4 = (void*)derefForeignObj((ForeignObj*)GET_INT_VALUE(nodeptr));
nodeptr = C_GETARG1(5);
IND_REMOVE(nodeptr);
arg5 = (HsInt)GET_INT_VALUE(nodeptr);
result = hs_equalsBin(arg1,arg2,arg3,arg4,arg5);
nodeptr = nhc_mkBool(result);
INIT_PROFINFO(nodeptr,&pf_NHC_46Binary_46hs_95equalsBin);
C_RETURN(nodeptr);
}
|