Searched refs:movb (Results 1 - 15 of 15) sorted by relevance

/art/runtime/interpreter/mterp/x86/
H A Dcvtfp_int.S20 movb $$0xc, %ah
H A Dheader.S221 movb rINSTbl, rINSTbh
222 movb MACRO_LITERAL(\_opnum), rINSTbl
/art/runtime/interpreter/mterp/x86_64/
H A Dheader.S206 movb rINSTbl, rINSTbh
207 movb $$\_opnum, rINSTbl
/art/compiler/utils/x86/
H A Dassembler_x86.h354 void movb(Register dst, const Address& src);
355 void movb(const Address& dst, ByteRegister src);
356 void movb(const Address& dst, const Immediate& imm);
H A Dassembler_x86.cc237 void X86Assembler::movb(Register /*dst*/, const Address& /*src*/) { function in class:art::x86::X86Assembler
242 void X86Assembler::movb(const Address& dst, ByteRegister src) { function in class:art::x86::X86Assembler
249 void X86Assembler::movb(const Address& dst, const Immediate& imm) { function in class:art::x86::X86Assembler
/art/compiler/utils/x86_64/
H A Dassembler_x86_64.h377 void movb(CpuRegister dst, const Address& src);
378 void movb(const Address& dst, CpuRegister src);
379 void movb(const Address& dst, const Immediate& imm);
H A Dassembler_x86_64.cc279 void X86_64Assembler::movb(CpuRegister /*dst*/, const Address& /*src*/) { function in class:art::x86_64::X86_64Assembler
284 void X86_64Assembler::movb(const Address& dst, CpuRegister src) { function in class:art::x86_64::X86_64Assembler
292 void X86_64Assembler::movb(const Address& dst, const Immediate& imm) { function in class:art::x86_64::X86_64Assembler
/art/runtime/arch/x86/
H A Dquick_entrypoints_x86.S388 movb (REG_VAR(shorty)), REG_VAR(temp_char) // temp_char := *shorty
419 movb (REG_VAR(shorty)), REG_VAR(temp_char) // temp_char := *shorty
1203 movb %dl, (%edx, %eax)
1244 movb %dl, (%edx, %eax)
/art/runtime/arch/x86_64/
H A Dquick_entrypoints_x86_64.S398 movb (%r10), %al // al := *shorty
429 movb (%r10), %al // al := *shorty
1203 movb %dl, (%rdx, %rdi) // Note: this assumes that top 32b of %rdi are zero
1244 movb %dl, (%rdx, %rdi) // Note: this assumes that top 32b of %rdi are zero
1245 // movb %dl, (%rdx, %rdi)
/art/runtime/interpreter/mterp/out/
H A Dmterp_x86.S228 movb rINSTbl, rINSTbh
229 movb MACRO_LITERAL(\_opnum), rINSTbl
2013 movb rINSTbl, (%eax)
2039 movb rINSTbl, (%eax)
3563 movb $0xc, %ah
3630 movb $0xc, %ah
3720 movb $0xc, %ah
3787 movb $0xc, %ah
6065 movb rINSTbl, (%ecx,%eax,1)
6084 movb rINSTb
[all...]
H A Dmterp_x86_64.S213 movb rINSTbl, rINSTbh
214 movb $\_opnum, rINSTbl
1949 movb rINSTbl, MIRROR_BOOLEAN_ARRAY_DATA_OFFSET(%rax,%rcx,1)
1978 movb rINSTbl, MIRROR_BYTE_ARRAY_DATA_OFFSET(%rax,%rcx,1)
5810 movb rINSTbl, (%rcx,%rax,1)
5829 movb rINSTbl, (%rcx,%rax,1)
/art/compiler/optimizing/
H A Dintrinsics_x86.cc1760 __ movb(Address(address, 0),
1763 __ movb(Address(address, 0), value_loc.AsRegister<ByteRegister>());
H A Dintrinsics_x86_64.cc1848 __ movb(Address(address, 0),
1851 __ movb(Address(address, 0), value.AsRegister<CpuRegister>());
H A Dcode_generator_x86_64.cc4263 __ movb(Address(base, offset), Immediate(v));
4265 __ movb(Address(base, offset), value.AsRegister<CpuRegister>());
4749 __ movb(address, value.AsRegister<CpuRegister>());
4751 __ movb(address, Immediate(value.GetConstant()->AsIntConstant()->GetValue()));
5049 __ movb(Address(temp, card, TIMES_1, 0), card);
H A Dcode_generator_x86.cc4530 __ movb(Address(temp, card, TIMES_1, 0),
4757 __ movb(Address(base, offset), value.AsRegister<ByteRegister>());
5260 __ movb(address, value.AsRegister<ByteRegister>());
5262 __ movb(address, Immediate(value.GetConstant()->AsIntConstant()->GetValue()));

Completed in 819 milliseconds