Searched refs:jmptarget (Results 1 – 7 of 7) sorted by relevance
/external/lua/src/ |
D | ldebug.c | 375 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/ |
D | MSP430InstrInfo.td | 85 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/ |
D | MSP430InstrInfo.td | 86 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/ |
D | MSP430InstrInfo.td | 85 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/ |
D | MipsInstrInfo.td | 622 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/ |
D | MipsInstrInfo.td | 820 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/ |
D | MipsGenInstrInfo.inc | 9571 jmptarget = 28,
|