Home
last modified time | relevance | path

Searched refs:jmptarget (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/openzfs/module/lua/
H A Dldebug.c343 static int filterpc (int pc, int jmptarget) { in filterpc() argument
344 if (pc < jmptarget) /* is code conditional (inside a jump)? */ in filterpc()
356 int jmptarget = 0; /* any code before this address is conditional */ in findsetreg() local
365 setreg = filterpc(pc, jmptarget); in findsetreg()
370 setreg = filterpc(pc, jmptarget); in findsetreg()
376 setreg = filterpc(pc, jmptarget); in findsetreg()
384 if (dest > jmptarget) in findsetreg()
385 jmptarget = dest; /* update 'jmptarget' */ in findsetreg()
391 setreg = filterpc(pc, jmptarget); in findsetreg()
396 setreg = filterpc(pc, jmptarget); in findsetreg()
/freebsd/contrib/lua/src/
H A Dldebug.c455 static int filterpc (int pc, int jmptarget) { in filterpc() argument
456 if (pc < jmptarget) /* is code conditional (inside a jump)? */ in filterpc()
468 int jmptarget = 0; /* any code before this address is conditional */ in findsetreg() local
495 if (dest <= lastpc && dest > jmptarget) in findsetreg()
496 jmptarget = dest; /* update 'jmptarget' */ in findsetreg()
505 setreg = filterpc(pc, jmptarget); in findsetreg()
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.td119 def jmptarget : Operand<OtherVT> {
248 def JMP : CJForm<(outs), (ins jmptarget:$dst),
269 def JCC : CJForm<(outs), (ins jmptarget:$dst, cc:$cond),
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstrInfo.td834 def jmptarget : Operand<OtherVT> {
2219 def J : MMRel, JumpFJ<jmptarget, "j", br, bb, "j">, FJ<2>,
2274 def TAILCALL : TailCall<J, jmptarget>, ISA_MIPS1;