Lines Matching full:immediate
77 \brief update value of the immediate in the given jump instruction
79 check whether the immediate is out of range for the pre-set size
104 It takes argument checkDup, if checkDup is true, an entry is created in globalShortMap, entries in globalShortWorklist are checked, if there exists a match, the immediate in the jump instruction is updated and the entry is removed from globalShortWorklist;
265 item->codePtr = offset; //points to the immediate operand
392 \brief update value of the immediate in the given move instruction
407 \brief estimate size of the immediate
415 Argument "target" is equal to A - B. To determine size of the immediate, we check tha value of "target - size of the jump instructoin"
451 \brief check whether a branch target is already handled, if yes, return the size of the immediate; otherwise, call insertShortWorklist or insertLabelWorklist.
455 If the branch target is handled, call estOpndSizeFromImm to set immSize for jump instruction, returns the value of the immediate
877 \brief check whether a branch target (specified by relative offset in bytecode) is already handled, if yes, return the size of the immediate; otherwise, call insertNCGWorklist.
881 If the branch target is handled, call estOpndSizeFromImm to set immSize for jump instruction, returns the value of the immediate