HomeSort by relevance Sort by last modified time
    Searched refs:fixup_port5 (Results 1 - 7 of 7) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/MCTargetDesc/
AVRFixupKinds.h 127 fixup_port5, enumerator in enum:llvm::AVR::Fixups
AVRAsmBackend.cpp 159 void fixup_port5(const MCFixup &Fixup, uint64_t &Value, function in namespace:adjust
334 case AVR::fixup_port5:
335 adjust::fixup_port5(Fixup, Value, Ctx);
445 {"fixup_port5", 3, 5, 0},
AVRELFObjectWriter.cpp 148 case AVR::fixup_port5:
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AVR/
inst-cbi.s 19 ; CHECK: ; fixup A - offset: 0, value: bar-2, kind: fixup_port5
inst-sbi.s 19 ; CHECK: ; fixup A - offset: 0, value: main, kind: fixup_port5
inst-sbic.s 19 ; CHECK: ; fixup A - offset: 0, value: foo+1, kind: fixup_port5
inst-sbis.s 18 ; CHECK: ; fixup A - offset: 0, value: FOO+4, kind: fixup_port5

Completed in 60 milliseconds