Home
last modified time | relevance | path

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

/external/llvm/test/MC/ARM/
Dthumb2be-movw-encoding.s4 movw r9, :lower16:(_bar) label
/external/llvm/test/MC/X86/
Dx86-32.s101 movw 0, %ax // CHECK: movw 0, %ax # encoding: [0x66,0xa1,0x00,0x00,0x00,0x00] label
Dx86-16.s56 movw 0, %ax label
Dx86-64.s580 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/
Dcode-generator-x64.cc520 __ movw(operand, Immediate(i.InputInt16(index))); in AssembleArchInstruction() local
522 __ movw(operand, i.InputRegister(index)); in AssembleArchInstruction() local
/external/v8/test/cctest/
Dtest-disasm-x64.cc141 __ movw(Operand(rsp, 16), rdx); in TEST() local
/external/v8/src/x64/
Dassembler-x64.cc1210 void Assembler::movw(Register dst, const Operand& src) { in movw() function in v8::internal::Assembler
1219 void Assembler::movw(const Operand& dst, Register src) { in movw() function in v8::internal::Assembler
1228 void Assembler::movw(const Operand& dst, Immediate imm) { in movw() function in v8::internal::Assembler
Dlithium-codegen-x64.cc1862 __ movw(operand, Immediate(value)); in DoSeqStringSetChar() local
1869 __ movw(operand, value); in DoSeqStringSetChar() local
4327 __ movw(operand, value); in DoStoreKeyedExternalArray() local
Dfull-codegen-x64.cc3492 __ movw(FieldOperand(string, index, times_2, SeqTwoByteString::kHeaderSize), in EmitTwoByteSeqStringSetChar() local
/external/v8/src/arm/
Dassembler-arm.cc1515 void Assembler::movw(Register reg, uint32_t immediate, Condition cond) { in movw() function in v8::internal::Assembler