Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Doperands-aarch32.h637 explicit MemOperand(Register rn, AddrMode addrmode = Offset)
644 addrmode_(addrmode | kMemOperandRegisterOnly) { in rn_()
654 MemOperand(Register rn, int32_t offset, AddrMode addrmode = Offset)
661 addrmode_(addrmode) { in rn_()
664 MemOperand(Register rn, Sign sign, int32_t offset, AddrMode addrmode = Offset)
671 addrmode_(addrmode) { in rn_()
681 MemOperand(Register rn, Sign sign, Register rm, AddrMode addrmode = Offset)
688 addrmode_(addrmode) { in rn_()
695 MemOperand(Register rn, Register rm, AddrMode addrmode = Offset)
702 addrmode_(addrmode) { in rn_()
[all …]
Dmacro-assembler-aarch32.cc313 AddrMode addrmode) { in GetOffsetMask() argument
319 if (IsUsingA32() || (addrmode == Offset)) { in GetOffsetMask()
328 if (IsUsingT32() && (addrmode == Offset)) { in GetOffsetMask()
1710 AddrMode addrmode = operand.GetAddrMode(); in Delegate() local
1712 uint32_t extra_offset_mask = GetOffsetMask(type, addrmode); in Delegate()
1722 switch (addrmode) { in Delegate()
1795 AddrMode addrmode = operand.GetAddrMode(); in Delegate() local
1803 if (addrmode == Offset) { in Delegate()
1815 switch (addrmode) { in Delegate()
1932 AddrMode addrmode = operand.GetAddrMode(); in Delegate() local
[all …]
Ddisasm-aarch32.cc7776 AddrMode addrmode = Offset; in DecodeT32() local
7781 MemOperand(Register(rn), sign, Register(rm), addrmode)); in DecodeT32()
7790 AddrMode addrmode = Offset; in DecodeT32() local
7795 MemOperand(Register(rn), sign, Register(rm), addrmode)); in DecodeT32()
7804 AddrMode addrmode = Offset; in DecodeT32() local
7809 MemOperand(Register(rn), sign, Register(rm), addrmode)); in DecodeT32()
7818 AddrMode addrmode = Offset; in DecodeT32() local
7823 MemOperand(Register(rn), sign, Register(rm), addrmode)); in DecodeT32()
7838 AddrMode addrmode = Offset; in DecodeT32() local
7843 MemOperand(Register(rn), sign, Register(rm), addrmode)); in DecodeT32()
[all …]
Dmacro-assembler-aarch32.h384 uint32_t GetOffsetMask(InstructionType type, AddrMode addrmode);
/external/vixl/src/aarch64/
Doperands-aarch64.cc244 MemOperand::MemOperand(Register base, int64_t offset, AddrMode addrmode) in MemOperand() argument
248 addrmode_(addrmode), in MemOperand()
293 MemOperand::MemOperand(Register base, const Operand& offset, AddrMode addrmode) in MemOperand() argument
296 addrmode_(addrmode), in MemOperand()
305 VIXL_ASSERT((addrmode == Offset) || (addrmode == PostIndex)); in MemOperand()
319 VIXL_ASSERT(addrmode == Offset); in MemOperand()
Doperands-aarch64.h392 AddrMode addrmode = Offset);
401 MemOperand(Register base, const Operand& offset, AddrMode addrmode = Offset);
Dsimulator-aarch64.cc2145 AddrMode addrmode) { in LoadStoreHelper() argument
2147 uintptr_t address = AddressModeHelper(instr->GetRn(), offset, addrmode); in LoadStoreHelper()
2300 AddrMode addrmode) { in LoadStorePairHelper() argument
2305 uintptr_t address = AddressModeHelper(instr->GetRn(), offset, addrmode); in LoadStorePairHelper()
3061 AddrMode addrmode) { in AddressModeHelper() argument
3071 if ((addrmode == PreIndex) || (addrmode == PostIndex)) { in AddressModeHelper()
3076 RegLogMode log_mode = (addrmode == PreIndex) ? LogRegWrites : NoRegLog; in AddressModeHelper()
3080 if ((addrmode == Offset) || (addrmode == PreIndex)) { in AddressModeHelper()
Dsimulator-aarch64.h2797 AddrMode addrmode);
2798 void LoadStorePairHelper(const Instruction* instr, AddrMode addrmode);
2815 AddrMode addrmode);
/external/llvm-project/llvm/test/CodeGen/Thumb/
Daddr-modes.ll17 ; CHECK: local addrmode: [inbounds Base:%arrayidx]
27 ; CHECK: local addrmode: [inbounds Base:%p + 1*%n]
37 ; CHECK: local addrmode: [2*%x]
/external/capstone/arch/ARM/
DARMBaseInfo.h225 inline static const char *ARMII_AddrModeToString(ARMII_AddrMode addrmode) in ARMII_AddrModeToString() argument
227 switch (addrmode) { in ARMII_AddrModeToString()
DARMDisassembler.c3344 unsigned addrmode; in DecodeT2LoadShift() local
3411 addrmode = fieldFromInstruction_4(Insn, 4, 2); in DecodeT2LoadShift()
3412 addrmode |= fieldFromInstruction_4(Insn, 0, 4) << 2; in DecodeT2LoadShift()
3413 addrmode |= fieldFromInstruction_4(Insn, 16, 4) << 6; in DecodeT2LoadShift()
3414 if (!Check(&S, DecodeT2AddrModeSOReg(Inst, addrmode, Address, Decoder))) in DecodeT2LoadShift()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMBaseInfo.h210 inline static const char *AddrModeToString(AddrMode addrmode) { in AddrModeToString() argument
211 switch (addrmode) { in AddrModeToString()
/external/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
DARMBaseInfo.h210 inline static const char *AddrModeToString(AddrMode addrmode) { in AddrModeToString() argument
211 switch (addrmode) { in AddrModeToString()
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMBaseInfo.h255 inline static const char *AddrModeToString(AddrMode addrmode) { in AddrModeToString() argument
256 switch (addrmode) { in AddrModeToString()
/external/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp3429 unsigned addrmode = fieldFromInstruction(Insn, 4, 2); in DecodeT2LoadShift() local
3430 addrmode |= fieldFromInstruction(Insn, 0, 4) << 2; in DecodeT2LoadShift()
3431 addrmode |= fieldFromInstruction(Insn, 16, 4) << 6; in DecodeT2LoadShift()
3432 if (!Check(S, DecodeT2AddrModeSOReg(Inst, addrmode, Address, Decoder))) in DecodeT2LoadShift()
/external/llvm-project/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp3858 unsigned addrmode = fieldFromInstruction(Insn, 4, 2); in DecodeT2LoadShift() local
3859 addrmode |= fieldFromInstruction(Insn, 0, 4) << 2; in DecodeT2LoadShift()
3860 addrmode |= fieldFromInstruction(Insn, 16, 4) << 6; in DecodeT2LoadShift()
3861 if (!Check(S, DecodeT2AddrModeSOReg(Inst, addrmode, Address, Decoder))) in DecodeT2LoadShift()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp3837 unsigned addrmode = fieldFromInstruction(Insn, 4, 2); in DecodeT2LoadShift() local
3838 addrmode |= fieldFromInstruction(Insn, 0, 4) << 2; in DecodeT2LoadShift()
3839 addrmode |= fieldFromInstruction(Insn, 16, 4) << 6; in DecodeT2LoadShift()
3840 if (!Check(S, DecodeT2AddrModeSOReg(Inst, addrmode, Address, Decoder))) in DecodeT2LoadShift()
/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.td4932 class SExtLoadi8CVTf32Pat<dag addrmode, dag INST>
4933 : Pat<(f32 (sint_to_fp (i32 (sextloadi8 addrmode)))),
4958 class SExtLoadi16CVTf32Pat<dag addrmode, dag INST>
4959 : Pat<(f32 (sint_to_fp (i32 (sextloadi16 addrmode)))),
4986 class SExtLoadi16CVTf64Pat<dag addrmode, dag INST>
4987 : Pat <(f64 (sint_to_fp (i32 (sextloadi16 addrmode)))),
5011 class SExtLoadi32CVTf64Pat<dag addrmode, dag INST>
5012 : Pat <(f64 (sint_to_fp (i32 (load addrmode)))),
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64InstrInfo.td6206 class SExtLoadi8CVTf32Pat<dag addrmode, dag INST>
6207 : Pat<(f32 (sint_to_fp (i32 (sextloadi8 addrmode)))),
6232 class SExtLoadi16CVTf32Pat<dag addrmode, dag INST>
6233 : Pat<(f32 (sint_to_fp (i32 (sextloadi16 addrmode)))),
6260 class SExtLoadi16CVTf64Pat<dag addrmode, dag INST>
6261 : Pat <(f64 (sint_to_fp (i32 (sextloadi16 addrmode)))),
6285 class SExtLoadi32CVTf64Pat<dag addrmode, dag INST>
6286 : Pat <(f64 (sint_to_fp (i32 (load addrmode)))),
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64InstrInfo.td5961 class SExtLoadi8CVTf32Pat<dag addrmode, dag INST>
5962 : Pat<(f32 (sint_to_fp (i32 (sextloadi8 addrmode)))),
5987 class SExtLoadi16CVTf32Pat<dag addrmode, dag INST>
5988 : Pat<(f32 (sint_to_fp (i32 (sextloadi16 addrmode)))),
6015 class SExtLoadi16CVTf64Pat<dag addrmode, dag INST>
6016 : Pat <(f64 (sint_to_fp (i32 (sextloadi16 addrmode)))),
6040 class SExtLoadi32CVTf64Pat<dag addrmode, dag INST>
6041 : Pat <(f64 (sint_to_fp (i32 (load addrmode)))),