Searched refs:imm19 (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | SparcInstrInfo.td | 958 def CC : F2_3<0b001, 0, 1, (outs), (ins bprtarget:$imm19, CCOp:$cond), 959 !strconcat("b$cond ", !strconcat(regstr, ", $imm19")), 962 def CCA : F2_3<0b001, 1, 1, (outs), (ins bprtarget:$imm19, CCOp:$cond), 963 !strconcat("b$cond,a ", !strconcat(regstr, ", $imm19")), 966 def CCNT : F2_3<0b001, 0, 0, (outs), (ins bprtarget:$imm19, CCOp:$cond), 967 !strconcat("b$cond,pn ", !strconcat(regstr, ", $imm19")), 970 def CCANT : F2_3<0b001, 1, 0, (outs), (ins bprtarget:$imm19, CCOp:$cond), 971 !strconcat("b$cond,a,pn ", !strconcat(regstr, ", $imm19")), 1000 defm BPI : IPredBranch<"%icc", [(SPbpicc bb:$imm19, imm:$cond)]>; 1017 def CC : F2_3<0b101, 0, 1, (outs), (ins bprtarget:$imm19, CCOp:$cond, [all …]
|
| H A D | SparcInstrFormats.td | 74 bits<19> imm19; 83 let Inst{18-0} = imm19;
|
| H A D | SparcInstr64Bit.td | 285 defm BPX : IPredBranch<"%xcc", [(SPbpxcc bb:$imm19, imm:$cond)]>;
|
| /freebsd/contrib/llvm-project/lld/MachO/Arch/ |
| H A D | ARM64.cpp | 333 uint32_t imm19 = (ldr.offset / 4 & maskTrailingOnes<uint32_t>(19)) << 5; in writeLiteralLdr() local 351 write32le(loc, opcode | imm19 | ldr.destRegister); in writeLiteralLdr()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/ |
| H A D | EmulateInstructionARM64.cpp | 1103 bits(64) offset = SignExtend(imm19:'00', 64); in EmulateBcond() 1134 bits(64) offset = SignExtend(imm19:'00', 64); in EmulateCBZ()
|