HomeSort by relevance Sort by last modified time
    Searched defs:ImmBranch (Results 1 - 4 of 4) sorted by null

  /external/vixl/src/vixl/a64/
instructions-a64.cc 311 offset = ImmBranch() << kInstructionSizeLog2;
317 int Instruction::ImmBranch() const {
  /external/v8/src/arm64/
instructions-arm64.h 298 int ImmBranch() const {
  /external/llvm/lib/Target/Mips/
MipsConstantIslandPass.cpp 324 /// ImmBranch - One per immediate branch, keeping the machine instruction
328 struct ImmBranch {
333 ImmBranch(MachineInstr *mi, unsigned maxdisp, bool cond, int ubr)
339 std::vector<ImmBranch> ImmBranches;
411 bool fixupImmediateBr(ImmBranch &Br);
412 bool fixupConditionalBr(ImmBranch &Br);
413 bool fixupUnconditionalBr(ImmBranch &Br);
749 ImmBranches.push_back(ImmBranch(I, MaxOffs, isCond, UOpc));
    [all...]
  /external/llvm/lib/Target/ARM/
ARMConstantIslandPass.cpp 230 /// ImmBranch - One per immediate branch, keeping the machine instruction
234 struct ImmBranch {
239 ImmBranch(MachineInstr *mi, unsigned maxdisp, bool cond, int ubr)
245 std::vector<ImmBranch> ImmBranches;
301 bool fixupImmediateBr(ImmBranch &Br);
302 bool fixupConditionalBr(ImmBranch &Br);
303 bool fixupUnconditionalBr(ImmBranch &Br);
714 ImmBranches.push_back(ImmBranch(I, MaxOffs, isCond, UOpc));
    [all...]

Completed in 171 milliseconds