HomeSort by relevance Sort by last modified time
    Searched refs:reglist (Results 1 - 14 of 14) sorted by null

  /external/vixl/src/aarch32/
instructions-aarch32.cc 156 std::ostream& operator<<(std::ostream& os, SRegisterList reglist) {
157 SRegister first = reglist.GetFirstSRegister();
158 SRegister last = reglist.GetLastSRegister();
167 std::ostream& operator<<(std::ostream& os, DRegisterList reglist) {
168 DRegister first = reglist.GetFirstDRegister();
169 DRegister last = reglist.GetLastDRegister();
  /toolchain/binutils/binutils-2.25/opcodes/
aarch64-asm.c 136 insert_field (self->fields[0], code, info->reglist.first_regno, 0);
138 insert_field (FLD_len, code, info->reglist.num_regs - 1, 0);
154 insert_field (FLD_Rt, code, info->reglist.first_regno, 0);
159 switch (info->reglist.num_regs)
169 value = info->reglist.num_regs == 4 ? 0x3 : 0x8;
198 insert_field (FLD_Rt, code, info->reglist.first_regno, 0);
201 if (is_ld1r && info->reglist.num_regs == 2)
221 assert (info->reglist.has_index);
224 insert_field (FLD_Rt, code, info->reglist.first_regno, 0);
230 QSsize = info->reglist.index
    [all...]
aarch64-dis.c 340 info->reglist.first_regno = extract_field (self->fields[0], code, 0);
342 info->reglist.num_regs = extract_field (FLD_len, code, 0) + 1;
376 info->reglist.first_regno = extract_field (FLD_Rt, code, 0);
381 info->reglist.num_regs = data[value].num_regs;
396 info->reglist.first_regno = extract_field (FLD_Rt, code, 0);
402 info->reglist.num_regs = get_opcode_dependent_value (inst->opcode);
403 assert (info->reglist.num_regs >= 1 && info->reglist.num_regs <= 4);
406 if (info->reglist.num_regs == 1 && value == (aarch64_insn) 1)
407 info->reglist.num_regs = 2
    [all...]
aarch64-opc.c     [all...]
aarch64-tbl.h     [all...]
  /system/core/libpixelflinger/codeflinger/
GGLAssembler.h 133 Spill(RegisterFile& regFile, ARMAssemblerInterface& gen, uint32_t reglist)
134 : mRegFile(regFile), mGen(gen), mRegList(reglist), mCount(0)
136 if (reglist) {
138 while (reglist) {
140 reglist &= ~(1 << (31 - __builtin_clz(reglist)));
  /toolchain/binutils/binutils-2.25/gas/config/
m68k-parse.y 111 %type <mask> reglist ireglist reglistpair
192 | reglist
607 reglist: label
619 /* We use ireglist when we know we are looking at a reglist, and we
621 reglist to reduce to reglistreg, it would be ambiguous whether a
tc-aarch64.c     [all...]
tc-mips.c 5428 unsigned int reglist, sregs, ra, regno1, regno2; local
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
VirtRegRewriter.cpp 123 SmallVector<std::pair<MachineInstr*, unsigned>, 32> reglist; local
126 reglist.push_back(std::make_pair(&*I, I.getOperandNo()));
127 for (unsigned N=0; N != reglist.size(); ++N)
128 substitutePhysReg(reglist[N].first->getOperand(reglist[N].second),
130 changed |= !reglist.empty();
    [all...]
  /toolchain/binutils/binutils-2.25/include/opcode/
aarch64.h 716 } reglist;
713 } reglist; member in union:aarch64_opnd_info::__anon116178
  /external/v8/src/
frames.cc     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/Disassembler/
ARMDisassembler.cpp 1627 unsigned reglist = fieldFromInstruction32(Insn, 0, 16); local
    [all...]
  /external/llvm/lib/Target/ARM/Disassembler/
ARMDisassembler.cpp 1870 unsigned reglist = fieldFromInstruction(Insn, 0, 16); local
    [all...]

Completed in 1098 milliseconds