/external/llvm/test/MC/ARM/ |
D | thumb2be-movw-encoding.s | 4 movw r9, :lower16:(_bar) label
|
/external/llvm/test/MC/X86/ |
D | x86-32.s | 101 movw 0, %ax // CHECK: movw 0, %ax # encoding: [0x66,0xa1,0x00,0x00,0x00,0x00] label
|
D | x86-16.s | 56 movw 0, %ax label
|
D | x86-64.s | 580 movw $12, foo(%rip) label 643 movw 0, %ax // CHECK: movw 0, %ax # encoding: [0x66,0x8b,0x04,0x25,0x00,0x00,0x00,0x00] label
|
/external/v8/src/compiler/x64/ |
D | code-generator-x64.cc | 1421 __ movw(operand, Immediate(i.InputInt16(index))); in AssembleArchInstruction() local 1423 __ movw(operand, i.InputRegister(index)); in AssembleArchInstruction() local
|
/external/v8/src/x64/ |
D | assembler-x64.cc | 1383 void Assembler::movw(Register dst, const Operand& src) { in movw() function in v8::internal::Assembler 1392 void Assembler::movw(const Operand& dst, Register src) { in movw() function in v8::internal::Assembler 1401 void Assembler::movw(const Operand& dst, Immediate imm) { in movw() function in v8::internal::Assembler
|
/external/v8/test/cctest/ |
D | test-disasm-x64.cc | 163 __ movw(Operand(rsp, 16), rdx); in TEST() local
|
/external/v8/src/crankshaft/x64/ |
D | lithium-codegen-x64.cc | 1740 __ movw(operand, Immediate(value)); in DoSeqStringSetChar() local 1747 __ movw(operand, value); in DoSeqStringSetChar() local 4093 __ movw(operand, value); in DoStoreKeyedExternalArray() local
|
/external/v8/src/arm/ |
D | assembler-arm.cc | 1551 void Assembler::movw(Register reg, uint32_t immediate, Condition cond) { in movw() function in v8::internal::Assembler
|
/external/v8/src/full-codegen/x64/ |
D | full-codegen-x64.cc | 3361 __ movw(FieldOperand(string, index, times_2, SeqTwoByteString::kHeaderSize), in EmitTwoByteSeqStringSetChar() local
|