Home
last modified time | relevance | path

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

/art/compiler/dex/quick/arm/
Dassemble_arm.cc1083 #define PADDING_MOV_R5_R5 0x1C2D macro
1095 write_pos[0] = (PADDING_MOV_R5_R5 & 0xff); in EncodeLIRs()
1096 write_pos[1] = ((PADDING_MOV_R5_R5 >> 8) & 0xff); in EncodeLIRs()