Searched refs:LoadLiteralFixed (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/arm64/ |
D | constants-arm64.h | 762 LoadLiteralFixed = 0x18000000, enumerator 765 LDR_w_lit = LoadLiteralFixed | 0x00000000, 766 LDR_x_lit = LoadLiteralFixed | 0x40000000, 767 LDRSW_x_lit = LoadLiteralFixed | 0x80000000, 768 PRFM_lit = LoadLiteralFixed | 0xC0000000, 769 LDR_s_lit = LoadLiteralFixed | 0x04000000, 770 LDR_d_lit = LoadLiteralFixed | 0x44000000
|
D | instructions-arm64.h | 185 return Mask(LoadLiteralFMask) == LoadLiteralFixed; in IsLdrLiteral()
|
/external/vixl/src/vixl/a64/ |
D | constants-a64.h | 820 LoadLiteralFixed = 0x18000000, enumerator 823 LDR_w_lit = LoadLiteralFixed | 0x00000000, 824 LDR_x_lit = LoadLiteralFixed | 0x40000000, 825 LDRSW_x_lit = LoadLiteralFixed | 0x80000000, 826 PRFM_lit = LoadLiteralFixed | 0xC0000000, 827 LDR_s_lit = LoadLiteralFixed | 0x04000000, 828 LDR_d_lit = LoadLiteralFixed | 0x44000000, 829 LDR_q_lit = LoadLiteralFixed | 0x84000000
|
D | instructions-a64.h | 274 return Mask(LoadLiteralFMask) == LoadLiteralFixed; in IsLoadLiteral()
|