Home
last modified time | relevance | path

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

/art/runtime/interpreter/mterp/x86_64/
Dheader.S206 movb rINSTbl, rINSTbh
207 movb $$\_opnum, rINSTbl
/art/runtime/interpreter/mterp/x86/
Dheader.S221 movb rINSTbl, rINSTbh
222 movb MACRO_LITERAL(\_opnum), rINSTbl
Dcvtfp_int.S20 movb $$0xc, %ah
/art/compiler/utils/x86/
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);
Dassembler_x86.cc237 void X86Assembler::movb(Register /*dst*/, const Address& /*src*/) { in movb() function in art::x86::X86Assembler
242 void X86Assembler::movb(const Address& dst, ByteRegister src) { in movb() function in art::x86::X86Assembler
249 void X86Assembler::movb(const Address& dst, const Immediate& imm) { in movb() function in art::x86::X86Assembler
/art/compiler/utils/x86_64/
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);
Dassembler_x86_64.cc279 void X86_64Assembler::movb(CpuRegister /*dst*/, const Address& /*src*/) { in movb() function in art::x86_64::X86_64Assembler
284 void X86_64Assembler::movb(const Address& dst, CpuRegister src) { in movb() function in art::x86_64::X86_64Assembler
292 void X86_64Assembler::movb(const Address& dst, const Immediate& imm) { in movb() function in art::x86_64::X86_64Assembler
/art/runtime/arch/x86_64/
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
/art/runtime/arch/x86/
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/interpreter/mterp/out/
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)
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)
/art/compiler/optimizing/
Dintrinsics_x86.cc1760 __ movb(Address(address, 0), in GenPoke() local
1763 __ movb(Address(address, 0), value_loc.AsRegister<ByteRegister>()); in GenPoke() local
Dintrinsics_x86_64.cc1845 __ movb(Address(address, 0), in GenPoke() local
1848 __ movb(Address(address, 0), value.AsRegister<CpuRegister>()); in GenPoke() local
Dcode_generator_x86_64.cc4255 __ movb(Address(base, offset), Immediate(v)); in HandleFieldSet() local
4257 __ movb(Address(base, offset), value.AsRegister<CpuRegister>()); in HandleFieldSet() local
4741 __ movb(address, value.AsRegister<CpuRegister>()); in VisitArraySet() local
4743 __ movb(address, Immediate(value.GetConstant()->AsIntConstant()->GetValue())); in VisitArraySet() local
5041 __ movb(Address(temp, card, TIMES_1, 0), card); in MarkGCCard() local
Dcode_generator_x86.cc4522 __ movb(Address(temp, card, TIMES_1, 0), in MarkGCCard() local
4749 __ movb(Address(base, offset), value.AsRegister<ByteRegister>()); in HandleFieldSet() local
5252 __ movb(address, value.AsRegister<ByteRegister>()); in VisitArraySet() local
5254 __ movb(address, Immediate(value.GetConstant()->AsIntConstant()->GetValue())); in VisitArraySet() local