Searched defs:Ins (Results 1 – 4 of 4) sorted by relevance
/art/compiler/optimizing/ |
D | code_generator_mips.cc | 2369 __ Ins(dst_high, lhs_high, shift_value, kMipsBitsPerWord - shift_value); in HandleShift() local 2373 __ Ins(dst_low, lhs_high, kMipsBitsPerWord - shift_value, shift_value); in HandleShift() local 2377 __ Ins(dst_low, lhs_high, kMipsBitsPerWord - shift_value, shift_value); in HandleShift() local 2381 __ Ins(dst_low, lhs_high, kMipsBitsPerWord - shift_value, shift_value); in HandleShift() local 2383 __ Ins(dst_high, lhs_low, kMipsBitsPerWord - shift_value, shift_value); in HandleShift() local 2429 __ Ins(dst_low, lhs_low, kMipsBitsPerWord - shift_value_high, shift_value_high); in HandleShift() local 2431 __ Ins(dst_high, lhs_high, kMipsBitsPerWord - shift_value_high, shift_value_high); in HandleShift() local
|
D | intrinsics_mips.cc | 780 __ Ins(TMP, ZERO, 31, 1); in MathAbsFP() local 790 __ Ins(TMP, ZERO, 31, 1); in MathAbsFP() local 1366 __ Ins(out, AT, 8, 24); in VisitMemoryPeekShortNative() local
|
/art/compiler/utils/mips/ |
D | assembler_mips_test.cc | 386 TEST_F(AssemblerMIPSTest, Ins) { in TEST_F() argument 394 __ Ins(*reg1, *reg2, pos, size); in TEST_F() local
|
D | assembler_mips.cc | 754 void MipsAssembler::Ins(Register rd, Register rt, int pos, int size) { in Ins() function in art::mips::MipsAssembler
|