Searched defs:instr_jmp (Results 1 – 1 of 1) sorted by relevance
379 struct instr_jmp : public instruction { struct383 …instr_jmp(const yy::location &l, condition c, rvalue target) : instruction(l), cond(c), target(std… in instr_jmp() argument