Searched defs:Lb (Results 1 – 5 of 5) sorted by relevance
| /art/compiler/optimizing/ |
| D | intrinsics_mips.cc | 1301 __ Lb(out, adr, 0); in VisitMemoryPeekByte() local 1321 __ Lb(AT, adr, 1); // This byte must be sign-extended. in VisitMemoryPeekShortNative() local 1322 __ Lb(out, adr, 0); // This byte can be either sign-extended, or in VisitMemoryPeekShortNative() local 1330 __ Lb(out, adr, 1); // This byte must be sign-extended. in VisitMemoryPeekShortNative() local
|
| D | intrinsics_mips64.cc | 803 __ Lb(out, adr, 0); in VisitMemoryPeekByte() local
|
| /art/compiler/utils/mips/ |
| D | assembler_mips_test.cc | 432 TEST_F(AssemblerMIPSTest, Lb) { in TEST_F() argument
|
| D | assembler_mips.cc | 417 void MipsAssembler::Lb(Register rt, Register rs, uint16_t imm16) { in Lb() function in art::mips::MipsAssembler
|
| /art/compiler/utils/mips64/ |
| D | assembler_mips64.cc | 420 void Mips64Assembler::Lb(GpuRegister rt, GpuRegister rs, uint16_t imm16) { in Lb() function in art::mips64::Mips64Assembler
|