Searched refs:jmptarget (Results 1 – 8 of 8) sorted by relevance
/external/lua/src/ |
D | ldebug.c | 458 static int filterpc (int pc, int jmptarget) { in filterpc() argument 459 if (pc < jmptarget) /* is code conditional (inside a jump)? */ in filterpc() 471 int jmptarget = 0; /* any code before this address is conditional */ in findsetreg() local 498 if (dest <= lastpc && dest > jmptarget) in findsetreg() 499 jmptarget = dest; /* update 'jmptarget' */ in findsetreg() 508 setreg = filterpc(pc, jmptarget); in findsetreg()
|
/external/llvm-project/llvm/lib/Target/MSP430/ |
D | MSP430InstrInfo.td | 119 def jmptarget : Operand<OtherVT> { 248 def JMP : CJForm<(outs), (ins jmptarget:$dst), 269 def JCC : CJForm<(outs), (ins jmptarget:$dst, cc:$cond),
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/ |
D | MSP430InstrInfo.td | 119 def jmptarget : Operand<OtherVT> { 248 def JMP : CJForm<(outs), (ins jmptarget:$dst), 269 def JCC : CJForm<(outs), (ins jmptarget:$dst, cc:$cond),
|
/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-10.0/llvm/lib/Target/Mips/ |
D | MipsInstrInfo.td | 833 def jmptarget : Operand<OtherVT> { 2213 def J : MMRel, JumpFJ<jmptarget, "j", br, bb, "j">, FJ<2>, 2268 def TAILCALL : TailCall<J, jmptarget>, ISA_MIPS1;
|
/external/llvm-project/llvm/lib/Target/Mips/ |
D | MipsInstrInfo.td | 833 def jmptarget : Operand<OtherVT> { 2214 def J : MMRel, JumpFJ<jmptarget, "j", br, bb, "j">, FJ<2>, 2269 def TAILCALL : TailCall<J, jmptarget>, ISA_MIPS1;
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/Mips/ |
D | MipsGenInstrInfo.inc | 10635 jmptarget = 28, 15277 OpTypes::jmptarget,
|