Searched refs:LoadLiteralFixed (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/arm64/ |
D | constants-arm64.h | 779 LoadLiteralFixed = 0x18000000, enumerator 782 LDR_w_lit = LoadLiteralFixed | 0x00000000, 783 LDR_x_lit = LoadLiteralFixed | 0x40000000, 784 LDRSW_x_lit = LoadLiteralFixed | 0x80000000, 785 PRFM_lit = LoadLiteralFixed | 0xC0000000, 786 LDR_s_lit = LoadLiteralFixed | 0x04000000, 787 LDR_d_lit = LoadLiteralFixed | 0x44000000
|
D | instructions-arm64.h | 177 return Mask(LoadLiteralFMask) == LoadLiteralFixed; in IsLdrLiteral()
|
D | macro-assembler-arm64.cc | 4681 Cmp(result, LoadLiteralFixed); in GetRelocatedValueLocation()
|
/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 | 273 return Mask(LoadLiteralFMask) == LoadLiteralFixed; in IsLoadLiteral()
|