HomeSort by relevance Sort by last modified time
    Searched full:rdlo (Results 1 - 25 of 47) sorted by null

1 2

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
mul-overlap.l 4 [^:]*:8: rdhi, rdlo and rm must all be different
  /system/core/libpixelflinger/codeflinger/
ARMAssemblerProxy.cpp 173 int RdLo, int RdHi, int Rm, int Rs) {
174 mTarget->UMULL(cc, s, RdLo, RdHi, Rm, Rs);
177 int RdLo, int RdHi, int Rm, int Rs) {
178 mTarget->UMUAL(cc, s, RdLo, RdHi, Rm, Rs);
181 int RdLo, int RdHi, int Rm, int Rs) {
182 mTarget->SMULL(cc, s, RdLo, RdHi, Rm, Rs);
185 int RdLo, int RdHi, int Rm, int Rs) {
186 mTarget->SMUAL(cc, s, RdLo, RdHi, Rm, Rs);
282 int RdHi, int RdLo, int Rs, int Rm) {
283 mTarget->SMLAL(cc, xy, RdHi, RdLo, Rs, Rm)
    [all...]
ARMAssembler.cpp 228 int RdLo, int RdHi, int Rm, int Rs) {
229 LOG_FATAL_IF(RdLo==Rm || RdHi==Rm || RdLo==RdHi,
230 "UMULL(r%u,r%u,r%u,r%u)", RdLo,RdHi,Rm,Rs);
232 (RdHi<<16) | (RdLo<<12) | (Rs<<8) | 0x90 | Rm;
235 int RdLo, int RdHi, int Rm, int Rs) {
236 LOG_FATAL_IF(RdLo==Rm || RdHi==Rm || RdLo==RdHi,
237 "UMUAL(r%u,r%u,r%u,r%u)", RdLo,RdHi,Rm,Rs);
239 (RdHi<<16) | (RdLo<<12) | (Rs<<8) | 0x90 | Rm
    [all...]
ARMAssemblerInterface.h 133 int RdLo, int RdHi, int Rm, int Rs) = 0;
135 int RdLo, int RdHi, int Rm, int Rs) = 0;
137 int RdLo, int RdHi, int Rm, int Rs) = 0;
139 int RdLo, int RdHi, int Rm, int Rs) = 0;
211 int RdHi, int RdLo, int Rs, int Rm) = 0;
317 SMLALBB(int cc, int RdHi, int RdLo, int Rs, int Rm) {
318 SMLAL(cc, xyBB, RdHi, RdLo, Rs, Rm); }
320 SMLALTB(int cc, int RdHi, int RdLo, int Rs, int Rm) {
321 SMLAL(cc, xyTB, RdHi, RdLo, Rs, Rm); }
323 SMLALBT(int cc, int RdHi, int RdLo, int Rs, int Rm)
    [all...]
ARMAssembler.h 98 int RdLo, int RdHi, int Rm, int Rs);
100 int RdLo, int RdHi, int Rm, int Rs);
102 int RdLo, int RdHi, int Rm, int Rs);
104 int RdLo, int RdHi, int Rm, int Rs);
155 int RdHi, int RdLo, int Rs, int Rm);
ARMAssemblerProxy.h 87 int RdLo, int RdHi, int Rm, int Rs);
89 int RdLo, int RdHi, int Rm, int Rs);
91 int RdLo, int RdHi, int Rm, int Rs);
93 int RdLo, int RdHi, int Rm, int Rs);
142 int RdHi, int RdLo, int Rs, int Rm);
MIPS64Assembler.cpp 619 int RdLo, int RdHi, int Rm, int Rs) {
622 mMips->MUL(RdLo, Rm, Rs);
632 int RdLo __unused, int RdHi, int Rm __unused, int Rs __unused) {
633 LOG_FATAL_IF(RdLo==Rm || RdHi==Rm || RdLo==RdHi,
634 "UMUAL(r%u,r%u,r%u,r%u)", RdLo,RdHi,Rm,Rs);
636 // (RdHi<<16) | (RdLo<<12) | (Rs<<8) | 0x90 | Rm;
648 int RdLo __unused, int RdHi, int Rm __unused, int Rs __unused) {
649 LOG_FATAL_IF(RdLo==Rm || RdHi==Rm || RdLo==RdHi
    [all...]
Arm64Assembler.h 106 int RdLo, int RdHi, int Rm, int Rs);
108 int RdLo, int RdHi, int Rm, int Rs);
110 int RdLo, int RdHi, int Rm, int Rs);
112 int RdLo, int RdHi, int Rm, int Rs);
172 int RdHi, int RdLo, int Rs, int Rm);
MIPS64Assembler.h 103 int RdLo, int RdHi, int Rm, int Rs);
105 int RdLo, int RdHi, int Rm, int Rs);
107 int RdLo, int RdHi, int Rm, int Rs);
109 int RdLo, int RdHi, int Rm, int Rs);
159 int RdHi, int RdLo, int Rs, int Rm);
MIPSAssembler.cpp 631 int RdLo, int RdHi, int Rm, int Rs) {
635 mMips->MFLO(RdLo);
644 int RdLo __unused, int RdHi, int Rm __unused, int Rs __unused) {
645 LOG_FATAL_IF(RdLo==Rm || RdHi==Rm || RdLo==RdHi,
646 "UMUAL(r%u,r%u,r%u,r%u)", RdLo,RdHi,Rm,Rs);
648 // (RdHi<<16) | (RdLo<<12) | (Rs<<8) | 0x90 | Rm;
660 int RdLo __unused, int RdHi, int Rm __unused, int Rs __unused) {
661 LOG_FATAL_IF(RdLo==Rm || RdHi==Rm || RdLo==RdHi
    [all...]
MIPSAssembler.h 98 int RdLo, int RdHi, int Rm, int Rs);
100 int RdLo, int RdHi, int Rm, int Rs);
102 int RdLo, int RdHi, int Rm, int Rs);
104 int RdLo, int RdHi, int Rm, int Rs);
154 int RdHi, int RdLo, int Rs, int Rm);
Arm64Assembler.cpp 533 int /*RdLo*/, int /*RdHi*/, int /*Rm*/, int /*Rs*/)
538 int /*RdLo*/, int /*RdHi*/, int /*Rm*/, int /*Rs*/)
543 int /*RdLo*/, int /*RdHi*/, int /*Rm*/, int /*Rs*/)
548 int /*RdLo*/, int /*RdHi*/, int /*Rm*/, int /*Rs*/)
820 int /*RdHi*/, int /*RdLo*/, int /*Rs*/, int /*Rm*/)
    [all...]
  /external/llvm/test/CodeGen/ARM/
longMAC.ll 64 ; CHECK-LE: mov [[RDLO:r[0-9]+]], r0
65 ; CHECK-LE: umlal [[RDLO]], r1, r0, r0
66 ; CHECK-LE: mov r0, [[RDLO]]
67 ; CHECK-BE: mov [[RDLO:r[0-9]+]], r1
68 ; CHECK-BE: umlal [[RDLO]], r0, r1, r1
69 ; CHECK-BE: mov r1, [[RDLO]]
  /external/vixl/src/aarch32/
macro-assembler-aarch32.h     [all...]
assembler-aarch32.h     [all...]
disasm-aarch32.h     [all...]
assembler-aarch32.cc     [all...]
disasm-aarch32.cc 22401 unsigned rdlo = (instr >> 12) & 0xf; local
22415 unsigned rdlo = (instr >> 12) & 0xf; local
22429 unsigned rdlo = (instr >> 12) & 0xf; local
22443 unsigned rdlo = (instr >> 12) & 0xf; local
22457 unsigned rdlo = (instr >> 12) & 0xf; local
22471 unsigned rdlo = (instr >> 12) & 0xf; local
22485 unsigned rdlo = (instr >> 12) & 0xf; local
22499 unsigned rdlo = (instr >> 12) & 0xf; local
22513 unsigned rdlo = (instr >> 12) & 0xf; local
22527 unsigned rdlo = (instr >> 12) & 0xf; local
22541 unsigned rdlo = (instr >> 12) & 0xf; local
22594 unsigned rdlo = (instr >> 12) & 0xf; local
22608 unsigned rdlo = (instr >> 12) & 0xf; local
56880 unsigned rdlo = (instr >> 12) & 0xf; local
56924 unsigned rdlo = (instr >> 12) & 0xf; local
56968 unsigned rdlo = (instr >> 12) & 0xf; local
57012 unsigned rdlo = (instr >> 12) & 0xf; local
57961 unsigned rdlo = (instr >> 12) & 0xf; local
58077 unsigned rdlo = (instr >> 12) & 0xf; local
58608 unsigned rdlo = (instr >> 12) & 0xf; local
58646 unsigned rdlo = (instr >> 12) & 0xf; local
58665 unsigned rdlo = (instr >> 12) & 0xf; local
60264 unsigned rdlo = (instr >> 12) & 0xf; local
60380 unsigned rdlo = (instr >> 12) & 0xf; local
60866 unsigned rdlo = (instr >> 12) & 0xf; local
60885 unsigned rdlo = (instr >> 12) & 0xf; local
64830 unsigned rdlo = (instr >> 12) & 0xf; local
64900 unsigned rdlo = (instr >> 12) & 0xf; local
64970 unsigned rdlo = (instr >> 12) & 0xf; local
65017 unsigned rdlo = (instr >> 12) & 0xf; local
    [all...]
  /external/llvm/lib/Target/ARM/
ARMInstrInfo.td     [all...]
ARMInstrThumb2.td 542 bits<4> RdLo;
550 let Inst{15-12} = RdLo;
559 bits<4> RdLo;
567 let Inst{15-12} = RdLo;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMInstrInfo.td     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64InstrAtomics.td 399 let Constraints = "@earlyclobber $RdLo,@earlyclobber $RdHi,@earlyclobber $status",
401 def CMP_SWAP_128 : Pseudo<(outs GPR64:$RdLo, GPR64:$RdHi, GPR32:$status),
  /toolchain/binutils/binutils-2.27/gas/config/
tc-arm.c     [all...]
  /external/valgrind/VEX/priv/
guest_arm_toIR.c     [all...]
  /external/swiftshader/third_party/subzero/src/
IceAssemblerARM32.cpp     [all...]

Completed in 3735 milliseconds

1 2