Searched defs:movs (Results 1 - 4 of 4) sorted by relevance

/external/llvm/test/MC/X86/
H A Dintel-syntax.s783 movs dword ptr [eax], dword ptr [ebx] label
786 // CHECK-STDERR-NEXT: movs dword ptr [eax], dword ptr [ebx]
788 // CHECK-STDERR-NEXT: movs dword ptr [eax], dword ptr [ebx]
/external/vixl/src/aarch32/
H A Dassembler-aarch32.cc6561 void Assembler::movs(Condition cond, function in class:vixl::aarch32::Assembler
6692 Delegate(kMovs, &Assembler::movs, cond, size, rd, operand);
H A Dassembler-aarch32.h2569 void movs(Condition cond,
2573 void movs(Register rd, const Operand& operand) { function in class:vixl::aarch32::Assembler
2574 movs(al, Best, rd, operand);
2576 void movs(Condition cond, Register rd, const Operand& operand) { function in class:vixl::aarch32::Assembler
2577 movs(cond, Best, rd, operand);
2579 void movs(EncodingSize size, Register rd, const Operand& operand) { function in class:vixl::aarch32::Assembler
2580 movs(al, size, rd, operand);
H A Ddisasm-aarch32.cc1915 void Disassembler::movs(Condition cond, function in class:vixl::aarch32::Disassembler
7218 movs(Condition::None(),
7243 movs(Condition::None(), Best, Register(rd), imm);
7387 movs(Condition::None(),
7430 movs(Condition::None(),
7479 movs(Condition::None(),
7566 movs(Condition::None(),
8583 movs(Condition::None(), Wide, Register(rd), imm);
8587 movs(CurrentCond(), Best, Register(rd), imm);
18931 movs(Conditio
[all...]

Completed in 311 milliseconds