/external/llvm/test/MC/ARM/ |
D | mul-v4.s | 15 @ ARMV4: mlas r0, r1, r2, r3 @ encoding: [0x91,0x32,0x30,0xe0] 19 mlas r0, r1, r2, r3 label
|
D | basic-arm-instructions.s | 1268 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/ |
D | README.txt | 350 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/ |
D | README.txt | 350 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/ |
D | v6intARM.stdout.exp | 516 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/ |
D | basic-arm-instructions.s | 812 mlas r1,r2,r3,r4 817 @ CHECK: mlas r1, r2, r3, r4 @ encoding: [0x92,0x43,0x31,0xe0]
|
/external/vixl/src/aarch32/ |
D | assembler-aarch32.h | 2547 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()
|
D | disasm-aarch32.h | 780 void mlas(Condition cond, Register rd, Register rn, Register rm, Register ra);
|
D | assembler-aarch32.cc | 6362 void Assembler::mlas( in mlas() function in vixl::aarch32::Assembler 6374 Delegate(kMlas, &Assembler::mlas, cond, rd, rn, rm, ra); in mlas()
|
D | macro-assembler-aarch32.h | 2486 mlas(cond, rd, rn, rm, ra); in Mlas()
|
D | disasm-aarch32.cc | 1892 void Disassembler::mlas( in mlas() function in vixl::aarch32::Disassembler 60206 mlas(condition, in DecodeA32()
|
/external/swiftshader/third_party/LLVM/test/MC/Disassembler/ARM/ |
D | basic-arm-instructions.txt | 650 # CHECK: mlas r1, r2, r3, r4
|
/external/llvm/test/MC/Disassembler/ARM/ |
D | basic-arm-instructions.txt | 731 # CHECK: mlas r1, r2, r3, r4
|