Home
last modified time | relevance | path

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

/external/pcre/dist2/src/sljit/
DsljitNativeSPARC_32.c225 … FAIL_IF(push_inst(compiler, LDUW | DA(reg_index) | S1(SLJIT_SP) | IMM(float_offset), reg_index)); in call_with_args()
232 … FAIL_IF(push_inst(compiler, LDUW | DA(reg_index) | S1(SLJIT_SP) | IMM(float_offset), reg_index)); in call_with_args()
234 …FAIL_IF(push_inst(compiler, LDUW | DA(reg_index + 1) | S1(SLJIT_SP) | IMM(float_offset + sizeof(sl… in call_with_args()
DsljitNativeSPARC_common.c159 #define LDUW (OPC1(0x3) | OPC3(0x00)) macro