Searched refs:addrmode (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/test/CodeGen/Thumb/ |
| H A D | addr-modes.ll | 17 ; 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 D | ARMBaseInfo.h | 212 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 D | ARMDisassembler.cpp | 4141 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 D | AArch64InstrInfo.td | 6858 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)))),
|