Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Darm-ldmstm.ml36 let rec string_of_addrmode addrmode thumb update =
39 match addrmode with
45 match addrmode with
51 let rec initial_offset addrmode nregs =
52 match addrmode with
58 let rec final_offset addrmode nregs =
59 match addrmode with
151 let can_thumb addrmode update is_store =
152 match addrmode, update, is_store with
165 let target addrmode thumb =
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm-ldmstm.ml36 let rec string_of_addrmode addrmode thumb update =
39 match addrmode with
45 match addrmode with
51 let rec initial_offset addrmode nregs =
52 match addrmode with
58 let rec final_offset addrmode nregs =
59 match addrmode with
151 let can_thumb addrmode update is_store =
152 match addrmode, update, is_store with
165 let target addrmode thumb =
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMBaseInfo.h210 inline static const char *AddrModeToString(AddrMode addrmode) { in AddrModeToString() argument
211 switch (addrmode) { in AddrModeToString()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcfgexpand.c4607 machine_mode addrmode, offmode; in expand_debug_expr() local
4613 addrmode = GET_MODE (op0); in expand_debug_expr()
4614 if (addrmode == VOIDmode) in expand_debug_expr()
4615 addrmode = Pmode; in expand_debug_expr()
4625 if (addrmode != offmode) in expand_debug_expr()
4626 op1 = lowpart_subreg (addrmode, op1, offmode); in expand_debug_expr()
4631 op0 = gen_rtx_MEM (mode, simplify_gen_binary (PLUS, addrmode, in expand_debug_expr()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcfgexpand.cc4783 machine_mode addrmode, offmode; in expand_debug_expr() local
4789 addrmode = GET_MODE (op0); in expand_debug_expr()
4790 if (addrmode == VOIDmode) in expand_debug_expr()
4791 addrmode = Pmode; in expand_debug_expr()
4801 if (addrmode != offmode) in expand_debug_expr()
4802 op1 = lowpart_subreg (addrmode, op1, offmode); in expand_debug_expr()
4807 op0 = gen_rtx_MEM (mode, simplify_gen_binary (PLUS, addrmode, in expand_debug_expr()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp3862 unsigned addrmode = fieldFromInstruction(Insn, 4, 2); in DecodeT2LoadShift() local
3863 addrmode |= fieldFromInstruction(Insn, 0, 4) << 2; in DecodeT2LoadShift()
3864 addrmode |= fieldFromInstruction(Insn, 16, 4) << 6; in DecodeT2LoadShift()
3865 if (!Check(S, DecodeT2AddrModeSOReg(Inst, addrmode, Address, Decoder))) in DecodeT2LoadShift()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.td6509 class SExtLoadi8CVTf32Pat<dag addrmode, dag INST>
6510 : Pat<(f32 (sint_to_fp (i32 (sextloadi8 addrmode)))),
6535 class SExtLoadi16CVTf32Pat<dag addrmode, dag INST>
6536 : Pat<(f32 (sint_to_fp (i32 (sextloadi16 addrmode)))),
6563 class SExtLoadi16CVTf64Pat<dag addrmode, dag INST>
6564 : Pat <(f64 (sint_to_fp (i32 (sextloadi16 addrmode)))),
6588 class SExtLoadi32CVTf64Pat<dag addrmode, dag INST>
6589 : Pat <(f64 (sint_to_fp (i32 (load addrmode)))),