Searched refs:addrmode (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/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()
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/ |
H A D | ARMDisassembler.cpp | 4143 unsigned addrmode = fieldFromInstruction(Insn, 4, 2); in DecodeT2LoadShift() 4144 addrmode |= fieldFromInstruction(Insn, 0, 4) << 2; in DecodeT2LoadShift() 4145 addrmode |= fieldFromInstruction(Insn, 16, 4) << 6; in DecodeT2LoadShift() 4146 if (!Check(S, DecodeT2AddrModeSOReg(Inst, addrmode, Address, Decoder))) in DecodeT2LoadShift() 4140 unsigned addrmode = fieldFromInstruction(Insn, 4, 2); DecodeT2LoadShift() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64InstrInfo.td | 8272 class SExtLoadi8CVTf32Pat<dag addrmode, dag INST> 8273 : Pat<(f32 (sint_to_fp (i32 (sextloadi8 addrmode)))), 8298 class SExtLoadi16CVTf32Pat<dag addrmode, dag INST> 8299 : Pat<(f32 (sint_to_fp (i32 (sextloadi16 addrmode)))), 8327 class SExtLoadi16CVTf64Pat<dag addrmode, dag INST> 8328 : Pat <(f64 (sint_to_fp (i32 (sextloadi16 addrmode)))), 8352 class SExtLoadi32CVTf64Pat<dag addrmode, dag INST> 8353 : Pat <(f64 (sint_to_fp (i32 (load addrmode)))),
|