Searched refs:uhsax (Results 1 - 10 of 10) sorted by relevance

/external/valgrind/none/tests/arm/
H A Dv6media.stdout.exp4285 uhsax r0, r1, r2 :: rd 0x0003800b rm 0x0009ffff, rn 0x00180003, carryin 0, cpsr 0x00000000 ge[3:0]=0000
4286 uhsax r0, r1, r2 :: rd 0x800c0006 rm 0x00180003, rn 0x0009ffff, carryin 0, cpsr 0x00000000 ge[3:0]=0000
4287 uhsax r0, r1, r2 :: rd 0xfffd800b rm 0x00030018, rn 0xffff0009, carryin 0, cpsr 0x00000000 ge[3:0]=0000
4288 uhsax r0, r1, r2 :: rd 0x7ff30006 rm 0xffff0009, rn 0x00030018, carryin 0, cpsr 0x00000000 ge[3:0]=0000
4289 uhsax r0, r1, r2 :: rd 0x3fff3fff rm 0x7fff7fff, rn 0x00000000, carryin 0, cpsr 0x00000000 ge[3:0]=0000
4290 uhsax r0, r1, r2 :: rd 0x007f4080 rm 0x7fff00ff, rn 0x80017f01, carryin 0, cpsr 0x00000000 ge[3:0]=0000
4291 uhsax r0, r1, r2 :: rd 0x40004000 rm 0x80008000, rn 0x00000000, carryin 0, cpsr 0x00000000 ge[3:0]=0000
4292 uhsax r0, r1, r2 :: rd 0xc000bfff rm 0x80008000, rn 0xffffffff, carryin 0, cpsr 0x00000000 ge[3:0]=0000
4293 uhsax r0, r1, r2 :: rd 0xeb0b94b3 rm 0xb8035b5b, rn 0xce0ce1ed, carryin 0, cpsr 0x00000000 ge[3:0]=0000
4294 uhsax r
[all...]
/external/vixl/test/aarch32/
H A Dtest-assembler-cond-rd-rn-rm-a32.cc83 M(uhsax) \
487 #include "aarch32/traces/assembler-cond-rd-rn-rm-a32-uhsax.h"
H A Dtest-assembler-cond-rd-rn-rm-t32.cc82 M(uhsax) \
485 #include "aarch32/traces/assembler-cond-rd-rn-rm-t32-uhsax.h"
/external/swiftshader/third_party/LLVM/test/MC/ARM/
H A Dbasic-thumb2-instructions.s2867 uhsax r5, r6, r6
2878 @ CHECK: uhsax r5, r6, r6 @ encoding: [0xe6,0xfa,0x66,0xf5]
2883 @ CHECK: uhsax r5, r6, r6 @ encoding: [0xe6,0xfa,0x66,0xf5]
/external/llvm/test/MC/ARM/
H A Dbasic-thumb2-instructions.s3364 uhsax r5, r6, r6
3375 @ CHECK: uhsax r5, r6, r6 @ encoding: [0xe6,0xfa,0x66,0xf5]
3380 @ CHECK: uhsax r5, r6, r6 @ encoding: [0xe6,0xfa,0x66,0xf5]
/external/vixl/src/aarch32/
H A Dassembler-aarch32.h3573 void uhsax(Condition cond, Register rd, Register rn, Register rm);
3574 void uhsax(Register rd, Register rn, Register rm) { uhsax(al, rd, rn, rm); } function in class:vixl::aarch32::Assembler
H A Ddisasm-aarch32.h1256 void uhsax(Condition cond, Register rd, Register rn, Register rm);
H A Dassembler-aarch32.cc12063 void Assembler::uhsax(Condition cond, Register rd, Register rn, Register rm) { function in class:vixl::aarch32::Assembler
12080 Delegate(kUhsax, &Assembler::uhsax, cond, rd, rn, rm);
H A Dmacro-assembler-aarch32.h4958 uhsax(cond, rd, rn, rm);
H A Ddisasm-aarch32.cc3417 void Disassembler::uhsax(Condition cond, function in class:vixl::aarch32::Disassembler
21415 uhsax(CurrentCond(),
[all...]

Completed in 388 milliseconds