Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/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.s1270 mlas r1,r2,r3,r4
1275 @ CHECK: mlas r1, r2, r3, r4 @ encoding: [0x92,0x43,0x31,0xe0]
/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/swiftshader/third_party/llvm-7.0/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/capstone/suite/MC/ARM/
Dbasic-arm-instructions.s.cs349 0x92,0x43,0x31,0xe0 = mlas r1, r2, r3, r4
/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.h2623 void mlas(Condition cond, Register rd, Register rn, Register rm, Register ra);
2624 void mlas(Register rd, Register rn, Register rm, Register ra) { in mlas() function
2625 mlas(al, rd, rn, rm, ra); in mlas()
Ddisasm-aarch32.h909 void mlas(Condition cond, Register rd, Register rn, Register rm, Register ra);
Dassembler-aarch32.cc7002 void Assembler::mlas( in mlas() function in vixl::aarch32::Assembler
7016 Delegate(kMlas, &Assembler::mlas, cond, rd, rn, rm, ra); in mlas()
Dmacro-assembler-aarch32.h2432 mlas(cond, rd, rn, rm, ra); in Mlas()
Ddisasm-aarch32.cc1905 void Disassembler::mlas( in mlas() function in vixl::aarch32::Disassembler
59693 mlas(condition, in DecodeA32()
/external/swiftshader/third_party/LLVM/test/MC/Disassembler/ARM/
Dbasic-arm-instructions.txt650 # CHECK: mlas r1, r2, r3, r4
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/ARM/
Dbasic-arm-instructions.txt731 # CHECK: mlas r1, r2, r3, r4
/external/llvm/test/MC/Disassembler/ARM/
Dbasic-arm-instructions.txt731 # CHECK: mlas r1, r2, r3, r4