• Home
  • Raw
  • Download

Lines Matching refs:B7

871     instr |= x.shift_imm_*B7 | x.shift_op_ | x.rm_.code();  in addrmod1()
910 instr |= B25 | x.shift_imm_*B7 | x.shift_op_ | x.rm_.code(); in addrmod2()
918 ASSERT((instr & ~(kCondMask | L | S6 | H)) == (B4 | B7)); in addrmod3()
1194 src2.code()*B8 | B7 | B4 | src1.code()); in mla()
1202 emit(cond | s | dst.code()*B16 | src2.code()*B8 | B7 | B4 | src1.code()); in mul()
1215 src2.code()*B8 | B7 | B4 | src1.code()); in smlal()
1228 src2.code()*B8 | B7 | B4 | src1.code()); in smull()
1241 src2.code()*B8 | B7 | B4 | src1.code()); in umlal()
1254 src2.code()*B8 | B7 | B4 | src1.code()); in umull()
1287 src.shift_imm_*B7 | sh*B6 | 0x1*B4 | src.rm_.code()); in usat()
1308 lsb*B7 | B6 | B4 | src.code()); in ubfx()
1328 lsb*B7 | B6 | B4 | src.code()); in sbfx()
1343 emit(cond | 0x1f*B22 | msb*B16 | dst.code()*B12 | lsb*B7 | B4 | 0xf); in bfc()
1362 emit(cond | 0x1f*B22 | msb*B16 | dst.code()*B12 | lsb*B7 | B4 | in bfi()
1424 addrmod3(cond | L | B7 | H | B4, dst, src); in ldrh()
1429 addrmod3(cond | B7 | H | B4, src, dst); in strh()
1434 addrmod3(cond | L | B7 | S6 | B4, dst, src); in ldrsb()
1439 addrmod3(cond | L | B7 | S6 | H | B4, dst, src); in ldrsh()
1450 addrmod3(cond | B7 | B6 | B4, dst1, src); in ldrd()
1461 addrmod3(cond | B7 | B6 | B5 | B4, src1, dst); in strd()
2064 emit(cond | 0xE*B24 | sn*B16 | src.code()*B12 | 0xA*B8 | n*B7 | B4); in vmov()
2079 emit(cond | 0xE*B24 | B20 | sn*B16 | dst.code()*B12 | 0xA*B8 | n*B7 | B4); in vmov()
2183 Vd*B12 | 0x5*B9 | sz*B8 | op*B7 | B6 | M*B5 | Vm); in EncodeVCVT()
2191 Vd*B12 | 0x5*B9 | sz*B8 | B7 | B6 | M*B5 | Vm); in EncodeVCVT()