Searched defs:movw (Results 1 – 7 of 7) sorted by relevance
/external/llvm/test/MC/X86/ |
D | x86-32.s | 73 movw 0, %ax // CHECK: movw 0, %ax # encoding: [0x66,0xa1,A,A,A,A] label
|
D | x86-64.s | 563 movw $12, foo(%rip) label 626 movw 0, %ax // CHECK: movw 0, %ax # encoding: [0x66,0x8b,0x04,0x25,0x00,0x00,0x00,0x00] label
|
/external/v8/src/x64/ |
D | stub-cache-x64.cc | 3353 __ movw(Operand(rbx, rdi, times_2, 0), rdx); in CompileKeyedStoreStub() local 3413 __ movw(Operand(rbx, rdi, times_2, 0), rdx); in CompileKeyedStoreStub() local
|
D | assembler-x64.cc | 1434 void Assembler::movw(const Operand& dst, Register src) { in movw() function in v8::internal::Assembler
|
D | lithium-codegen-x64.cc | 3028 __ movw(Operand(external_pointer, key, times_2, 0), value); in DoStoreKeyedSpecializedArrayElement() local
|
D | code-stubs-x64.cc | 3877 __ movw(Operand(dest, 0), kScratchRegister); in GenerateCopyCharacters() local
|
/external/v8/src/arm/ |
D | assembler-arm.cc | 1165 void Assembler::movw(Register reg, uint32_t immediate, Condition cond) { in movw() function in v8::internal::Assembler
|