Searched refs:bcode (Results 1 – 4 of 4) sorted by relevance
4 SRCS= main.c dc.c bcode.c inout.c mem.c stack.c
4 SRCS= bc.y scan.l tty.c dc.c bcode.c inout.c mem.c stack.c
888 enum built_in_function bcode; in expand_complex_libcall() local902 bcode = BUILT_IN_COMPLEX_MUL_MIN + mode - MIN_MODE_COMPLEX_FLOAT; in expand_complex_libcall()904 bcode = BUILT_IN_COMPLEX_DIV_MIN + mode - MIN_MODE_COMPLEX_FLOAT; in expand_complex_libcall()907 fn = built_in_decls[bcode]; in expand_complex_libcall()
101 #define codeRange(bcode, ecode) ((bcode) <= code && code <= (ecode)) argument