Home
last modified time | relevance | path

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

/art/runtime/interpreter/mterp/x86ng/
Dmain.S154 movb rINSTbl, rINSTbh
155 movb $$\_opnum, rINSTbl
467 movb (REG_VAR(shorty)), %al // al := *shorty
528 movb (REG_VAR(shorty)), %al // al := *shorty
598 movb (REG_VAR(shorty)), %al // al := *shorty
675 movb (REG_VAR(shorty)), %al // al := *shorty
714 movb (REG_VAR(shorty)), %al // bl := *shorty
749 movb (REG_VAR(shorty)), %al // al := *shorty
790 movb (REG_VAR(shorty)), %al // al := *shorty
825 movb (REG_VAR(shorty)), %al // al := *shorty
[all …]
Darithmetic.S284 movb $$0xc, %ah
/art/runtime/interpreter/mterp/x86_64ng/
Dmain.S106 movb rINSTbl, rINSTbh
107 movb $$\_opnum, rINSTbl
408 movb (REG_VAR(shorty)), %al // bl := *shorty
469 movb (REG_VAR(shorty)), %al // al := *shorty
536 movb (REG_VAR(shorty)), %al // al := *shorty
575 movb (REG_VAR(shorty)), %al // bl := *shorty
610 movb (REG_VAR(shorty)), %al // al := *shorty
645 movb (REG_VAR(shorty)), %al // al := *shorty
681 movb (REG_VAR(shorty)), %al // al := *shorty
711 movb (REG_VAR(shorty)), %al // al := *shorty
[all …]
/art/runtime/arch/x86_64/
Dquick_entrypoints_x86_64.S348 movb (%r10), %al // al := *shorty
379 movb (%r10), %al // al := *shorty
1196 movb %dl, (%rdx, %rdi)
1224 movb %dl, (%rdx, %rdi)
/art/runtime/arch/x86/
Dquick_entrypoints_x86.S383 movb (REG_VAR(shorty)), REG_VAR(temp_char) // temp_char := *shorty
414 movb (REG_VAR(shorty)), REG_VAR(temp_char) // temp_char := *shorty
1259 movb %dl, (%edx, %eax)
1294 movb %dl, (%edx, %eax)
/art/compiler/utils/x86/
Dassembler_x86.h433 void movb(Register dst, const Address& src);
434 void movb(const Address& dst, ByteRegister src);
435 void movb(const Address& dst, const Immediate& imm);
Dassembler_x86.cc313 void X86Assembler::movb(Register /*dst*/, const Address& /*src*/) { in movb() function in art::x86::X86Assembler
318 void X86Assembler::movb(const Address& dst, ByteRegister src) { in movb() function in art::x86::X86Assembler
325 void X86Assembler::movb(const Address& dst, const Immediate& imm) { in movb() function in art::x86::X86Assembler
/art/compiler/utils/x86_64/
Dassembler_x86_64.h467 void movb(CpuRegister dst, const Address& src);
468 void movb(const Address& dst, CpuRegister src);
469 void movb(const Address& dst, const Immediate& imm);
Dassembler_x86_64_test.cc1113 DriverStr(RepeatAb(&x86_64::X86_64Assembler::movb, "movb %{reg}, {mem}"), "movb_s"); in TEST_F()
1138 DriverStr(RepeatAI(&x86_64::X86_64Assembler::movb, in TEST_F()
Dassembler_x86_64.cc315 void X86_64Assembler::movb(CpuRegister /*dst*/, const Address& /*src*/) { in movb() function in art::x86_64::X86_64Assembler
320 void X86_64Assembler::movb(const Address& dst, CpuRegister src) { in movb() function in art::x86_64::X86_64Assembler
328 void X86_64Assembler::movb(const Address& dst, const Immediate& imm) { in movb() function in art::x86_64::X86_64Assembler
/art/compiler/optimizing/
Dcode_generator_x86.cc1811 __ movb(dst, Immediate(CodeGenerator::GetInt8ValueOf(src.GetConstant()))); in MoveToMemory() local
1813 __ movb(dst, src.AsRegister<ByteRegister>()); in MoveToMemory() local
5938 __ movb(Address(temp, card, TIMES_1, 0), in MarkGCCard() local
6121 __ movb(field_addr, Immediate(CodeGenerator::GetInt8ValueOf(value.GetConstant()))); in HandleFieldSet() local
6123 __ movb(field_addr, value.AsRegister<ByteRegister>()); in HandleFieldSet() local
6588 __ movb(address, value.AsRegister<ByteRegister>()); in VisitArraySet() local
6590 __ movb(address, Immediate(CodeGenerator::GetInt8ValueOf(value.GetConstant()))); in VisitArraySet() local
Dcode_generator_x86_64.cc5443 __ movb(field_addr, Immediate(CodeGenerator::GetInt8ValueOf(value.GetConstant()))); in HandleFieldSet() local
5502 __ movb(field_addr, value.AsRegister<CpuRegister>()); in HandleFieldSet() local
5907 __ movb(address, value.AsRegister<CpuRegister>()); in VisitArraySet() local
5909 __ movb(address, Immediate(CodeGenerator::GetInt8ValueOf(value.GetConstant()))); in VisitArraySet() local
6265 __ movb(Address(temp, card, TIMES_1, 0), card); in MarkGCCard() local
Dintrinsics_x86_64.cc1722 __ movb(Address(address, 0), in GenPoke() local
1725 __ movb(Address(address, 0), value.AsRegister<CpuRegister>()); in GenPoke() local
3215 __ movb(address, operand); in BOXED_TYPES() local
Dintrinsics_x86.cc1585 __ movb(Address(address, 0), in GenPoke() local
1588 __ movb(Address(address, 0), value_loc.AsRegister<ByteRegister>()); in GenPoke() local