Searched defs:movw (Results 1 – 10 of 10) sorted by relevance
/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 | 520 __ movw(operand, Immediate(i.InputInt16(index))); in AssembleArchInstruction() local 522 __ movw(operand, i.InputRegister(index)); in AssembleArchInstruction() local
|
/external/v8/test/cctest/ |
D | test-disasm-x64.cc | 141 __ movw(Operand(rsp, 16), rdx); in TEST() local
|
/external/v8/src/x64/ |
D | assembler-x64.cc | 1210 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
|
D | lithium-codegen-x64.cc | 1862 __ movw(operand, Immediate(value)); in DoSeqStringSetChar() local 1869 __ movw(operand, value); in DoSeqStringSetChar() local 4327 __ movw(operand, value); in DoStoreKeyedExternalArray() local
|
D | full-codegen-x64.cc | 3492 __ movw(FieldOperand(string, index, times_2, SeqTwoByteString::kHeaderSize), in EmitTwoByteSeqStringSetChar() local
|
/external/v8/src/arm/ |
D | assembler-arm.cc | 1515 void Assembler::movw(Register reg, uint32_t immediate, Condition cond) { in movw() function in v8::internal::Assembler
|