Home
last modified time | relevance | path

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

/external/pcre/dist2/src/sljit/
DsljitNativeARM_T2_32.c212 static sljit_s32 push_inst32(struct sljit_compiler *compiler, sljit_ins inst) in push_inst32() function
224 FAIL_IF(push_inst32(compiler, MOVW | RD4(dst) in emit_imm32_const()
226 return push_inst32(compiler, MOVT | RD4(dst) in emit_imm32_const()
556 return push_inst32(compiler, MOV_WI | RD4(dst) | tmp); in load_immediate()
559 return push_inst32(compiler, MVN_WI | RD4(dst) | tmp); in load_immediate()
563 FAIL_IF(push_inst32(compiler, MOVW | RD4(dst) in load_immediate()
568 return push_inst32(compiler, MOVT | RD4(dst) in load_immediate()
628 return push_inst32(compiler, ADDWI | RD4(dst) | RN4(reg) | IMM12(imm)); in emit_op_imm()
630 return push_inst32(compiler, SUBWI | RD4(dst) | RN4(reg) | IMM12(nimm)); in emit_op_imm()
634 return push_inst32(compiler, ADD_WI | (flags & SET_FLAGS) | RD4(dst) | RN4(reg) | nimm); in emit_op_imm()
[all …]