Home | History | Annotate | Download | only in courgette

Lines Matching defs:REL32

28   REL32,          // REL32 <label> - emit a rel32 encoded reference to 'label'.
29 ABS32, // REL32 <label> - emit am abs32 encoded reference to 'label'.
30 REL32ARM, // REL32ARM <c_op> <label> - arm-specific rel32 reference
105 // A ABS32 to REL32 instruction emits a reference to a label's address.
117 // An ARM REL32 instruction emits a reference to a label's address and
187 return Emit(new(std::nothrow) InstructionWithLabel(REL32, label));
232 if (instruction->op() == REL32 || instruction->op() == REL32ARM) {
430 case REL32: {