Home
last modified time | relevance | path

Searched refs:mlas (Results 1 – 13 of 13) sorted by relevance

/external/llvm/test/MC/ARM/
Dmul-v4.s15 @ ARMV4: mlas r0, r1, r2, r3 @ encoding: [0x91,0x32,0x30,0xe0]
19 mlas r0, r1, r2, r3 label
Dbasic-arm-instructions.s1268 mlas r1,r2,r3,r4
1273 @ CHECK: mlas r1, r2, r3, r4 @ encoding: [0x92,0x43,0x31,0xe0]
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DREADME.txt350 This should compile to the mlas instruction:
351 int mlas(int x, int y, int z) { return ((x * y + z) < 0) ? 7 : 13; }
/external/llvm/lib/Target/ARM/
DREADME.txt350 This should compile to the mlas instruction:
351 int mlas(int x, int y, int z) { return ((x * y + z) < 0) ? 7 : 13; }
/external/valgrind/none/tests/arm/
Dv6intARM.stdout.exp516 mlas r0, r1, r2, r3 :: rd 0x00000001 rm 0x00000000, rn 0x00000000 rs 0x00000001, carryin 0, cpsr 0x…
517 mlas r0, r1, r2, r3 :: rd 0x00000001 rm 0xffffffff, rn 0x00000000 rs 0x00000001, carryin 0, cpsr 0x…
518 mlas r0, r1, r2, r3 :: rd 0x00000001 rm 0x00000000, rn 0xffffffff rs 0x00000001, carryin 0, cpsr 0x…
519 mlas r0, r1, r2, r3 :: rd 0x00000002 rm 0xffffffff, rn 0xffffffff rs 0x00000001, carryin 0, cpsr 0x…
520 mlas r0, r1, r2, r3 :: rd 0x00000002 rm 0x7fffffff, rn 0x7fffffff rs 0x00000001, carryin 0, cpsr 0x…
521 mlas r0, r1, r2, r3 :: rd 0xfffe0002 rm 0x0000ffff, rn 0x0000ffff rs 0x00000001, carryin 0, cpsr 0x…
/external/swiftshader/third_party/LLVM/test/MC/ARM/
Dbasic-arm-instructions.s812 mlas r1,r2,r3,r4
817 @ CHECK: mlas r1, r2, r3, r4 @ encoding: [0x92,0x43,0x31,0xe0]
/external/vixl/src/aarch32/
Dassembler-aarch32.h2547 void mlas(Condition cond, Register rd, Register rn, Register rm, Register ra);
2548 void mlas(Register rd, Register rn, Register rm, Register ra) { in mlas() function
2549 mlas(al, rd, rn, rm, ra); in mlas()
Ddisasm-aarch32.h780 void mlas(Condition cond, Register rd, Register rn, Register rm, Register ra);
Dassembler-aarch32.cc6362 void Assembler::mlas( in mlas() function in vixl::aarch32::Assembler
6374 Delegate(kMlas, &Assembler::mlas, cond, rd, rn, rm, ra); in mlas()
Dmacro-assembler-aarch32.h2486 mlas(cond, rd, rn, rm, ra); in Mlas()
Ddisasm-aarch32.cc1892 void Disassembler::mlas( in mlas() function in vixl::aarch32::Disassembler
60206 mlas(condition, in DecodeA32()
/external/swiftshader/third_party/LLVM/test/MC/Disassembler/ARM/
Dbasic-arm-instructions.txt650 # CHECK: mlas r1, r2, r3, r4
/external/llvm/test/MC/Disassembler/ARM/
Dbasic-arm-instructions.txt731 # CHECK: mlas r1, r2, r3, r4