/external/swiftshader/third_party/llvm-7.0/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 | 1270 mlas r1,r2,r3,r4 1275 @ CHECK: mlas r1, r2, r3, r4 @ encoding: [0x92,0x43,0x31,0xe0]
|
/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/swiftshader/third_party/llvm-7.0/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/capstone/suite/MC/ARM/ |
D | basic-arm-instructions.s.cs | 349 0x92,0x43,0x31,0xe0 = mlas r1, r2, r3, r4
|
/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 | 2623 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()
|
D | disasm-aarch32.h | 909 void mlas(Condition cond, Register rd, Register rn, Register rm, Register ra);
|
D | assembler-aarch32.cc | 7002 void Assembler::mlas( in mlas() function in vixl::aarch32::Assembler 7016 Delegate(kMlas, &Assembler::mlas, cond, rd, rn, rm, ra); in mlas()
|
D | macro-assembler-aarch32.h | 2432 mlas(cond, rd, rn, rm, ra); in Mlas()
|
D | disasm-aarch32.cc | 1905 void Disassembler::mlas( in mlas() function in vixl::aarch32::Disassembler 59693 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/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/ARM/ |
D | basic-arm-instructions.txt | 731 # CHECK: mlas r1, r2, r3, r4
|
/external/llvm/test/MC/Disassembler/ARM/ |
D | basic-arm-instructions.txt | 731 # CHECK: mlas r1, r2, r3, r4
|