Home
last modified time | relevance | path

Searched refs:addrmode (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/test/CodeGen/Thumb/
H A Daddr-modes.ll17 ; CHECK: local addrmode: [inbounds Base:%arrayidx]
27 ; CHECK: local addrmode: [inbounds Base:%p + 1*%n]
37 ; CHECK: local addrmode: [2*%x]
/llvm-project-15.0.7/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMBaseInfo.h212 inline static const char *AddrModeToString(AddrMode addrmode) { in AddrModeToString() argument
213 switch (addrmode) { in AddrModeToString()
/llvm-project-15.0.7/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp4141 unsigned addrmode = fieldFromInstruction(Insn, 4, 2); in DecodeT2LoadShift() local
4142 addrmode |= fieldFromInstruction(Insn, 0, 4) << 2; in DecodeT2LoadShift()
4143 addrmode |= fieldFromInstruction(Insn, 16, 4) << 6; in DecodeT2LoadShift()
4144 if (!Check(S, DecodeT2AddrModeSOReg(Inst, addrmode, Address, Decoder))) in DecodeT2LoadShift()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.td6858 class SExtLoadi8CVTf32Pat<dag addrmode, dag INST>
6859 : Pat<(f32 (sint_to_fp (i32 (sextloadi8 addrmode)))),
6884 class SExtLoadi16CVTf32Pat<dag addrmode, dag INST>
6885 : Pat<(f32 (sint_to_fp (i32 (sextloadi16 addrmode)))),
6913 class SExtLoadi16CVTf64Pat<dag addrmode, dag INST>
6914 : Pat <(f64 (sint_to_fp (i32 (sextloadi16 addrmode)))),
6938 class SExtLoadi32CVTf64Pat<dag addrmode, dag INST>
6939 : Pat <(f64 (sint_to_fp (i32 (load addrmode)))),