Lines Matching refs:CONST_IMM
138 CONST_IMM, /* constant integer value */ enumerator
239 [CONST_IMM] = "imm",
252 if (t == CONST_IMM || t == PTR_TO_STACK) in print_verifier_state()
659 case CONST_IMM: in is_pointer_value()
827 expected_type = CONST_IMM; in check_func_arg()
1096 regs[insn->dst_reg].type = CONST_IMM; in check_alu_op()
1219 regs[insn->dst_reg].type == CONST_IMM && in check_cond_jmp_op()
1251 other_branch->regs[insn->dst_reg].type = CONST_IMM; in check_cond_jmp_op()
1255 regs[insn->dst_reg].type = CONST_IMM; in check_cond_jmp_op()
1268 other_branch->regs[insn->dst_reg].type = CONST_IMM; in check_cond_jmp_op()
1274 regs[insn->dst_reg].type = CONST_IMM; in check_cond_jmp_op()