Home
last modified time | relevance | path

Searched defs:movw (Results 1 – 7 of 7) sorted by relevance

/external/llvm/test/MC/X86/
Dx86-32.s73 movw 0, %ax // CHECK: movw 0, %ax # encoding: [0x66,0xa1,A,A,A,A] label
Dx86-64.s563 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/
Dstub-cache-x64.cc3353 __ movw(Operand(rbx, rdi, times_2, 0), rdx); in CompileKeyedStoreStub() local
3413 __ movw(Operand(rbx, rdi, times_2, 0), rdx); in CompileKeyedStoreStub() local
Dassembler-x64.cc1434 void Assembler::movw(const Operand& dst, Register src) { in movw() function in v8::internal::Assembler
Dlithium-codegen-x64.cc3028 __ movw(Operand(external_pointer, key, times_2, 0), value); in DoStoreKeyedSpecializedArrayElement() local
Dcode-stubs-x64.cc3877 __ movw(Operand(dest, 0), kScratchRegister); in GenerateCopyCharacters() local
/external/v8/src/arm/
Dassembler-arm.cc1165 void Assembler::movw(Register reg, uint32_t immediate, Condition cond) { in movw() function in v8::internal::Assembler