Searched refs:imm19 (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
H A D | SparcInstrInfo.td | 910 def CC : F2_3<0b001, 0, 1, (outs), (ins bprtarget:$imm19, CCOp:$cond), 911 !strconcat("b$cond ", !strconcat(regstr, ", $imm19")), 914 def CCA : F2_3<0b001, 1, 1, (outs), (ins bprtarget:$imm19, CCOp:$cond), 915 !strconcat("b$cond,a ", !strconcat(regstr, ", $imm19")), 918 def CCNT : F2_3<0b001, 0, 0, (outs), (ins bprtarget:$imm19, CCOp:$cond), 919 !strconcat("b$cond,pn ", !strconcat(regstr, ", $imm19")), 922 def CCANT : F2_3<0b001, 1, 0, (outs), (ins bprtarget:$imm19, CCOp:$cond), 923 !strconcat("b$cond,a,pn ", !strconcat(regstr, ", $imm19")), 952 defm BPI : IPredBranch<"%icc", [(SPbpicc bb:$imm19, imm:$cond)]>; 969 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 | 307 defm BPX : IPredBranch<"%xcc", [(SPbpxcc bb:$imm19, imm:$cond)]>;
|
/freebsd/contrib/llvm-project/lld/MachO/Arch/ |
H A D | ARM64.cpp | 301 uint32_t imm19 = (ldr.offset / 4 & maskTrailingOnes<uint32_t>(19)) << 5; in writeLiteralLdr() local 319 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()
|