Searched defs:BLR (Results 1 - 4 of 4) sorted by relevance

/external/pcre/dist/sljit/
H A DsljitNativeARM_64.c74 #define BLR 0xd63f0000 macro
1901 PTR_FAIL_IF(push_inst(compiler, ((type >= SLJIT_FAST_CALL) ? BLR : BR) | RN(TMP_REG1)));
1954 return push_inst(compiler, ((type >= SLJIT_FAST_CALL) ? BLR : BR) | RN(src));
1964 return push_inst(compiler, ((type >= SLJIT_FAST_CALL) ? BLR : BR) | RN(TMP_REG1));
H A DsljitNativePPC_common.c145 #define BLR (HI(19) | LO(16) | (0x14 << 21)) macro
691 FAIL_IF(push_inst(compiler, BLR));
2045 return push_inst(compiler, BLR);
/external/v8/src/arm64/
H A Dconstants-arm64.h612 BLR = UnconditionalBranchToRegisterFixed | 0x003F0000, enumerator in enum:v8::internal::UnconditionalBranchToRegisterOp
/external/vixl/src/vixl/a64/
H A Dconstants-a64.h639 BLR = UnconditionalBranchToRegisterFixed | 0x003F0000, enumerator in enum:vixl::UnconditionalBranchToRegisterOp

Completed in 173 milliseconds