Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMBaseInfo.h212 inline static const char *AddrModeToString(AddrMode addrmode) { in AddrModeToString() argument
213 switch (addrmode) { in AddrModeToString()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp4140 unsigned addrmode = fieldFromInstruction(Insn, 4, 2); in DecodeT2LoadShift() local
4141 addrmode |= fieldFromInstruction(Insn, 0, 4) << 2; in DecodeT2LoadShift()
4142 addrmode |= fieldFromInstruction(Insn, 16, 4) << 6; in DecodeT2LoadShift()
4143 if (!Check(S, DecodeT2AddrModeSOReg(Inst, addrmode, Address, Decoder))) in DecodeT2LoadShift()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.td7055 class SExtLoadi8CVTf32Pat<dag addrmode, dag INST>
7056 : Pat<(f32 (sint_to_fp (i32 (sextloadi8 addrmode)))),
7081 class SExtLoadi16CVTf32Pat<dag addrmode, dag INST>
7082 : Pat<(f32 (sint_to_fp (i32 (sextloadi16 addrmode)))),
7110 class SExtLoadi16CVTf64Pat<dag addrmode, dag INST>
7111 : Pat <(f64 (sint_to_fp (i32 (sextloadi16 addrmode)))),
7135 class SExtLoadi32CVTf64Pat<dag addrmode, dag INST>
7136 : Pat <(f64 (sint_to_fp (i32 (load addrmode)))),