Lines Matching defs:tmpbuf
1044 static xtensa_insnbuf tmpbuf = 0;1047 if (!tmpbuf)1049 tmpbuf = xtensa_insnbuf_alloc (isa);1050 CHECK_ALLOC (tmpbuf, -1);1072 (*set_fn) (tmpbuf, *valp);1073 return ((*get_fn) (tmpbuf) != *valp);