Home
last modified time | relevance | path

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

/external/lua/src/
Dldebug.c375 static int filterpc (int pc, int jmptarget) { in filterpc() argument
376 if (pc < jmptarget) /* is code conditional (inside a jump)? */ in filterpc()
388 int jmptarget = 0; /* any code before this address is conditional */ in findsetreg() local
397 setreg = filterpc(pc, jmptarget); in findsetreg()
402 setreg = filterpc(pc, jmptarget); in findsetreg()
408 setreg = filterpc(pc, jmptarget); in findsetreg()
416 if (dest > jmptarget) in findsetreg()
417 jmptarget = dest; /* update 'jmptarget' */ in findsetreg()
423 setreg = filterpc(pc, jmptarget); in findsetreg()
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/
DMSP430InstrInfo.td85 def jmptarget : Operand<OtherVT> {
177 def JMP : CJForm<0, 0, (outs), (ins jmptarget:$dst),
197 (outs), (ins jmptarget:$dst, cc:$cc),
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/MSP430/
DMSP430InstrInfo.td86 def jmptarget : Operand<OtherVT> {
185 def JMP : CJForm<0, 0, (outs), (ins jmptarget:$dst),
205 (outs), (ins jmptarget:$dst, cc:$cc),
/external/llvm/lib/Target/MSP430/
DMSP430InstrInfo.td85 def jmptarget : Operand<OtherVT> {
177 def JMP : CJForm<0, 0, (outs), (ins jmptarget:$dst),
197 (outs), (ins jmptarget:$dst, cc:$cc),
/external/llvm/lib/Target/Mips/
DMipsInstrInfo.td622 def jmptarget : Operand<OtherVT> {
1357 PseudoInstExpansion<(JumpInst jmptarget:$target)>;
1857 def J : MMRel, JumpFJ<jmptarget, "j", br, bb, "j">, FJ<2>,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsInstrInfo.td820 def jmptarget : Operand<OtherVT> {
2211 def J : MMRel, JumpFJ<jmptarget, "j", br, bb, "j">, FJ<2>,
2265 def TAILCALL : TailCall<J, jmptarget>, ISA_MIPS1;
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/Mips/
DMipsGenInstrInfo.inc9571 jmptarget = 28,