Searched refs:DecodeARMv6LoadImmediate (Results 1 – 1 of 1) sorted by relevance
/external/swiftshader/third_party/subzero/src/DartARM32/ |
D | assembler_arm.cc | 2010 static int32_t DecodeARMv6LoadImmediate(int32_t mov, int32_t or1, int32_t or2, in DecodeARMv6LoadImmediate() function 2046 const int32_t offset = DecodeARMv6LoadImmediate(mov, or1, or2, or3); in ProcessARMv6() 2167 label->position_ = DecodeARMv6LoadImmediate(mov, or1, or2, or3); in BindARMv6() 2199 label->position_ = DecodeARMv6LoadImmediate(mov, or1, or2, or3); in BindARMv6()
|