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/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/v8/src/arm64/
instructions-arm64.h 314 int ImmBranch() const {
  /external/llvm/lib/Target/ARM/
ARMConstantIslandPass.cpp 240 /// ImmBranch - One per immediate branch, keeping the machine instruction
244 struct ImmBranch {
249 ImmBranch(MachineInstr *mi, unsigned maxdisp, bool cond, unsigned ubr)
255 std::vector<ImmBranch> ImmBranches;
313 bool fixupImmediateBr(ImmBranch &Br);
314 bool fixupConditionalBr(ImmBranch &Br);
315 bool fixupUnconditionalBr(ImmBranch &Br);
804 ImmBranches.push_back(ImmBranch(I, MaxOffs, isCond, UOpc));
    [all...]

Completed in 163 milliseconds